Code Format
This commit is contained in:
parent
dd29d2f90f
commit
23bdb43e3a
|
|
@ -64,8 +64,8 @@ class _LoginScreenState extends ConsumerState<LoginScreen> {
|
||||||
setState(() => _isLoading = true);
|
setState(() => _isLoading = true);
|
||||||
final auth = ref.read(authControllerProvider);
|
final auth = ref.read(authControllerProvider);
|
||||||
final redirectTo = kIsWeb
|
final redirectTo = kIsWeb
|
||||||
? Uri.base.origin
|
? Uri.base.origin
|
||||||
: (Platform.isAndroid ? 'io.supabase.tasq://login-callback' : null);
|
: (Platform.isAndroid ? 'io.supabase.tasq://login-callback' : null);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (google) {
|
if (google) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user