Reload page after successful admin login
This commit is contained in:
parent
1bdb524288
commit
661320171f
7 changed files with 9 additions and 9 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"files": {
|
||||
"main.css": "./static/css/main.229d58bf.css",
|
||||
"main.js": "./static/js/main.f77b3dd0.js",
|
||||
"main.js": "./static/js/main.66e48dee.js",
|
||||
"index.html": "./index.html",
|
||||
"main.229d58bf.css.map": "./static/css/main.229d58bf.css.map",
|
||||
"main.f77b3dd0.js.map": "./static/js/main.f77b3dd0.js.map"
|
||||
"main.66e48dee.js.map": "./static/js/main.66e48dee.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.229d58bf.css",
|
||||
"static/js/main.f77b3dd0.js"
|
||||
"static/js/main.66e48dee.js"
|
||||
]
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>ESV-Bludenz</title><script defer="defer" src="./static/js/main.f77b3dd0.js"></script><link href="./static/css/main.229d58bf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>ESV-Bludenz</title><script defer="defer" src="./static/js/main.66e48dee.js"></script><link href="./static/css/main.229d58bf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
1
build/static/js/main.66e48dee.js.map
Normal file
1
build/static/js/main.66e48dee.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -191,7 +191,7 @@ function Dittes({
|
|||
setPasswordInput("");
|
||||
setAuthError("");
|
||||
setShowLoginModal(false);
|
||||
await loadEvents();
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
async function handleLogout() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue