Compare commits
3 Commits
a94531bd57
...
7690f72636
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7690f72636 | ||
|
|
211b013084 | ||
|
|
62f357c5d5 |
@@ -138,8 +138,8 @@
|
||||
loading.value = true;
|
||||
async function logins() {
|
||||
try {
|
||||
const res = await configStore.userLogin(JSON.parse(data));
|
||||
verifyRef.value?.reload();
|
||||
const res = await configStore.userLogin(JSON.parse(data));
|
||||
if (res.data?.token) {
|
||||
if (res.data?.token) {
|
||||
Cookies.set(`${import.meta.env.VITE_PUBLIC_PATH}-nervsid`, res.data?.token);
|
||||
|
||||
Reference in New Issue
Block a user