25-1/25/1-secure and links
This commit is contained in:
@@ -123,10 +123,8 @@ class GoogleSignInHelper {
|
||||
|
||||
static Future<void> _handleSignUp(GoogleSignInAccount user) async {
|
||||
// Store driver information
|
||||
box.write(
|
||||
BoxName.driverID,
|
||||
encryptionHelper.encryptData(user.id) ??
|
||||
'Unknown ID'); // Ensure there's a fallback value
|
||||
box.write(BoxName.driverID,
|
||||
(user.id) ?? 'Unknown ID'); // Ensure there's a fallback value
|
||||
box.write(BoxName.emailDriver,
|
||||
encryptionHelper.encryptData(user.email) ?? 'Unknown Email');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user