refactor: Centralize error and notification handling using a dedicated _errorService across various components.
This commit is contained in:
@@ -233,7 +233,7 @@ class AuthService {
|
||||
],
|
||||
// Configuration for Android/Web
|
||||
webAuthenticationOptions: WebAuthenticationOptions(
|
||||
clientId: 'be.devdayronvl.TravelMate.service',
|
||||
clientId: 'be.devdayronvl.travel_mate.service',
|
||||
redirectUri: Uri.parse(
|
||||
'https://travelmate-a47f5.firebaseapp.com/__/auth/handler',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user