changes
This commit is contained in:
@@ -20,7 +20,8 @@ class SendOtpBloc extends Bloc<SendOtpEvent, SendOtpState> {
|
||||
|
||||
if (resp.status == ResponseStatus.SUCCESS) {
|
||||
emit(SendOtpState.success);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
emit(SendOtpState.failure);
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user