preTesting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:blind_master/BlindMasterResources/fcm_service.dart';
|
||||
import 'package:blind_master/BlindMasterResources/apns_service.dart';
|
||||
import 'package:blind_master/BlindMasterResources/secure_transmissions.dart';
|
||||
import 'package:blind_master/BlindMasterScreens/Startup/create_user_screen.dart';
|
||||
import 'package:blind_master/BlindMasterScreens/Startup/forgot_password_screen.dart';
|
||||
@@ -62,7 +62,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
||||
backgroundColor: Colors.orange[700],
|
||||
duration: Duration(seconds: 4),
|
||||
content: Text(
|
||||
"Your account has not been verified. Please check your email from blindmasterapp@wahwa.com and verify your account.",
|
||||
"Your account has not been verified. Please check your email from account-services@blindmaster.wahwa.com and verify your account.",
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(fontSize: 15),
|
||||
),
|
||||
@@ -85,7 +85,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
||||
if (token.isEmpty) throw Exception('Token Not Received');
|
||||
final storage = FlutterSecureStorage();
|
||||
await storage.write(key: 'token', value: token);
|
||||
await FcmService.register();
|
||||
await ApnsService.register();
|
||||
|
||||
} catch(e) {
|
||||
if (!mounted) return;
|
||||
|
||||
Reference in New Issue
Block a user