mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Logout fix, mobile view fix
This commit is contained in:
parent
57a7ab9fb7
commit
71aaebf05d
2 changed files with 8 additions and 1 deletions
|
@ -196,8 +196,9 @@ function UserStatus({ userId, unreads, onClick }) {
|
|||
Accept: 'application/json',
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
}).then(() => {
|
||||
location.reload()
|
||||
})
|
||||
location.reload()
|
||||
}}
|
||||
>
|
||||
<LogoutIcon size={28} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue