mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 07:41:02 +08:00
Add fix.
This commit is contained in:
parent
2ae5f83a90
commit
38ce057937
@ -28,8 +28,8 @@ try {
|
||||
if (data.requested_action === "LOGOUT_USER") {
|
||||
logoutUser();
|
||||
}
|
||||
if (data.requested_action === "CONTIUNE") {
|
||||
if (data.userAccount.length !== 0) {
|
||||
if (data.requested_action === "CONTINUE") {
|
||||
if (data.userAccount && data.userAccount.length !== 0) {
|
||||
allowed.value = true;
|
||||
} else {
|
||||
allowed.value = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user