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:
2025-10-13 11:59:58 +05:30
parent 922e4356ce
commit b5cc4ac714
4 changed files with 460 additions and 112 deletions

View File

@@ -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.',

View File

@@ -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.',