feat : From home page user can get statement.
feat :Session timeout for 5 min feat : login time two step verification
This commit is contained in:
@@ -56,7 +56,6 @@ export default function SendToBeneficiaryOwn() {
|
||||
setCountdown(180);
|
||||
setTimerActive(true);
|
||||
} catch (err: any) {
|
||||
console.error('Send OTP failed', err);
|
||||
notifications.show({
|
||||
title: 'Error',
|
||||
message: err.message || 'Send OTP failed.Please try again later.',
|
||||
|
||||
@@ -71,7 +71,6 @@ export default function SendToBeneficiaryOthers() {
|
||||
setCountdown(180);
|
||||
setTimerActive(true);
|
||||
} catch (err: any) {
|
||||
console.error('Send OTP failed', err);
|
||||
notifications.show({
|
||||
title: 'Error',
|
||||
message: err.message || 'Send OTP failed.Please try again later.',
|
||||
|
||||
Reference in New Issue
Block a user