mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
fix: ui refresh page after login (#230)
This commit is contained in:
@@ -445,6 +445,7 @@ function setupAuth() {
|
||||
$loginBtn.addEventListener("click", async () => {
|
||||
try {
|
||||
await checkAuth()
|
||||
location.reload();
|
||||
} catch (err) {
|
||||
alert(err.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user