Fixed error when loading verify page.
This commit is contained in:
parent
034449737c
commit
577f3eb056
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ const HanyuuOAuth2Verify = () => {
|
|||
|
||||
const eCode = eUserCode.value;
|
||||
|
||||
return true;
|
||||
return eCode.length > 0;
|
||||
};
|
||||
|
||||
eUserCode.oninput = () => {
|
||||
|
|
Loading…
Reference in a new issue