prova per inviti
This commit is contained in:
@@ -104,7 +104,8 @@ class StaffRepository {
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> resetPasswordOrResendInviteLink(String email) async {
|
||||
Future<void> resetPassword(String email) async {
|
||||
//TODO modificare per fare il reset della password tramite edge function, così da poter personalizzare l'email e il link di reset
|
||||
try {
|
||||
await _supabase.auth.resetPasswordForEmail(
|
||||
email,
|
||||
|
||||
Reference in New Issue
Block a user