Fixed error when loading verify page.

This commit is contained in:
flash 2024-08-25 01:45:01 +00:00
parent 034449737c
commit 577f3eb056

View file

@ -146,7 +146,7 @@ const HanyuuOAuth2Verify = () => {
const eCode = eUserCode.value; const eCode = eUserCode.value;
return true; return eCode.length > 0;
}; };
eUserCode.oninput = () => { eUserCode.oninput = () => {