mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
This commit is contained in:
parent
2ae5f83a90
commit
38ce057937
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ try {
|
||||||
if (data.requested_action === "LOGOUT_USER") {
|
if (data.requested_action === "LOGOUT_USER") {
|
||||||
logoutUser();
|
logoutUser();
|
||||||
}
|
}
|
||||||
if (data.requested_action === "CONTIUNE") {
|
if (data.requested_action === "CONTINUE") {
|
||||||
if (data.userAccount.length !== 0) {
|
if (data.userAccount && data.userAccount.length !== 0) {
|
||||||
allowed.value = true;
|
allowed.value = true;
|
||||||
} else {
|
} else {
|
||||||
allowed.value = false;
|
allowed.value = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue