wow, nice, solid base
This commit is contained in:
@@ -29,8 +29,6 @@ class AuthBloc extends Bloc<AuthEvent, AuthState> {
|
||||
await _supabase.auth.signUp(
|
||||
email: event.email,
|
||||
password: event.password,
|
||||
// Qui potresti passare il "Codice Negozio" nei data dell'utente
|
||||
data: {'store_code': event.storeCode},
|
||||
);
|
||||
|
||||
// Nota: Se Supabase richiede conferma email, l'utente non sarà
|
||||
|
||||
Reference in New Issue
Block a user