feat : In home page "get statement" worked.
feat : After 5 minutes session timeout automatically. feat: realtime otp feature up
This commit is contained in:
@@ -188,7 +188,7 @@ export default function MandatePage() {
|
||||
}),
|
||||
});
|
||||
const data = await response.json();
|
||||
console.log(data)
|
||||
// console.log(data)
|
||||
if (!response.ok) throw new Error("Failed to send OTP");
|
||||
|
||||
notifications.show({
|
||||
|
||||
Reference in New Issue
Block a user