feat: add OAuth redirect handling and update Google OAuth integration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import * as WebBrowser from 'expo-web-browser';
|
||||
|
||||
// Esta tela é o destino do redirect OAuth (meowspool://oauthredirect?code=...).
|
||||
// maybeCompleteAuthSession() detecta os parâmetros da URL, sinaliza o
|
||||
// expo-auth-session para fechar o browser e entregar o resultado ao hook
|
||||
// useAuthRequest em login.tsx.
|
||||
WebBrowser.maybeCompleteAuthSession();
|
||||
|
||||
export default function OAuthRedirect(): null {
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user