Updated register page

This commit is contained in:
Patrick Alvin Alcala 2025-10-14 10:14:05 +08:00
parent f55447a116
commit b0d40edab3

View file

@ -44,7 +44,7 @@ export default () => {
setName(APPROVERNAME) setName(APPROVERNAME)
} }
const hash = SHA3(id().toString()) const hash = SHA3(id().toString())
setSignature(`Scan this using OCBO e-Sign Validator - scanid=${hash.toString()}`) setSignature(`Use OCBO e-Sign Validator - scanid=${hash.toString()}`)
try { try {
register() register()