V1 calendrier
This commit is contained in:
		| @@ -3,7 +3,6 @@ import '../models/user_model.dart'; | ||||
| import '../services/user_service.dart'; | ||||
| import 'package:cloud_firestore/cloud_firestore.dart'; | ||||
| import 'package:firebase_auth/firebase_auth.dart'; | ||||
| import 'package:flutter/foundation.dart'; | ||||
| import 'package:provider/provider.dart'; | ||||
| import 'package:em2rp/providers/local_user_provider.dart'; | ||||
|  | ||||
| @@ -130,7 +129,7 @@ class UsersProvider with ChangeNotifier { | ||||
|         await _auth.sendPasswordResetEmail( | ||||
|           email: user.email, | ||||
|           actionCodeSettings: ActionCodeSettings( | ||||
|             url: 'http://localhost:63337/finishSignUp?email=${user.email}', | ||||
|             url: 'http://app.em2events.fr/finishSignUp?email=${user.email}', | ||||
|             handleCodeInApp: true, | ||||
|             androidPackageName: 'com.em2rp.app', | ||||
|             androidInstallApp: true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ElPoyo
					ElPoyo