mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Made a fav system.
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
9e921980ed
commit
846c27293d
4 changed files with 16 additions and 5 deletions
|
@ -25,10 +25,7 @@ try {
|
|||
if (sendError.value) {
|
||||
error.value = true;
|
||||
}
|
||||
if (data.requested_action === "LOGOUT_USER") {
|
||||
logoutUser();
|
||||
}
|
||||
if (data.requested_action === "CONTINUE") {
|
||||
if (data.requested_action === "KEEP_LOGIN") {
|
||||
if (data.userAccount && data.userAccount.length !== 0) {
|
||||
allowed.value = true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue