BASE: Update PLs Wait Loader.
This commit is contained in:
@@ -21,7 +21,7 @@ class ForgotPasswordController extends GetxController {
|
||||
}
|
||||
|
||||
try {
|
||||
ShowToastDialog.showLoader("Please wait...".tr);
|
||||
ShowToastDialog.showLoader(ConstTexts.pleaseWait.tr);
|
||||
await FirebaseAuth.instance.sendPasswordResetEmail(email: email);
|
||||
ShowToastDialog.closeLoader();
|
||||
ShowToastDialog.showToast(
|
||||
|
||||
Reference in New Issue
Block a user