25-2/7/3
This commit is contained in:
@@ -166,7 +166,6 @@ class GoogleSignInHelper {
|
||||
static Future<void> _handleSignUp(GoogleSignInAccount user) async {
|
||||
// Store driver information
|
||||
|
||||
Log.print('email is ${user.email}');
|
||||
box.write(BoxName.passengerID, user.id);
|
||||
box.write(BoxName.email, encryptionHelper.encryptData(user.email));
|
||||
box.write(BoxName.name,
|
||||
|
||||
Reference in New Issue
Block a user