Update Validate.js

This commit is contained in:
prafull-opensignlabs
2025-04-29 12:10:14 +05:30
committed by GitHub
parent 75c0cdb5f9
commit b1b9b20e97
+1 -1
View File
@@ -54,7 +54,7 @@ const Validate = () => {
) : (
<ModalUi showHeader={false} isOpen={true} showClose={false}>
<div className="flex flex-col justify-center items-center py-4 md:py-5 gap-5">
<p className="text-xl font-medium">{this("session-expired")}</p>
<p className="text-xl font-medium">{t("session-expired")}</p>
<button onClick={handleLoginBtn} className="op-btn op-btn-neutral">
{t("login")}
</button>