Skip to content

Commit a438e06

Browse files
committed
refactor: remove 'update Password' for OAuth flow
1 parent b21e6ab commit a438e06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/localizations/supa_socials_auth_localization.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import 'package:supabase_auth_ui/supabase_auth_ui.dart';
22

33
class SupaSocialsAuthLocalization {
44
final String continueWith;
5-
final String updatePassword;
65
final String successSignInMessage;
76
final String unexpectedError;
87

@@ -27,7 +26,6 @@ class SupaSocialsAuthLocalization {
2726

2827
const SupaSocialsAuthLocalization({
2928
this.continueWith = 'Continue with',
30-
this.updatePassword = 'Update Password',
3129
this.successSignInMessage = 'Successfully signed in!',
3230
this.unexpectedError = 'An unexpected error occurred',
3331
this.oAuthButtonLabels = const {},

0 commit comments

Comments
 (0)