send otp snackbar updated
This commit is contained in:
@@ -93,7 +93,8 @@ class _VerifyOtpBottomsheetState extends State<VerifyOtpBottomsheet> {
|
||||
} else if (state is VerifyOtpError) {
|
||||
CustomSnackbar.showError(
|
||||
context,
|
||||
message: state.errorMessage,
|
||||
message: "Please enter valid OTP",
|
||||
// message: state.errorMessage,
|
||||
useOverlay: true, // Use overlay to show above bottom sheet
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user