We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dfd09 commit 6df4918Copy full SHA for 6df4918
src/main/resources/templates/account.html
@@ -13,9 +13,13 @@
13
function redirect(id) {
14
location.href="/account/" + id
15
}
16
+
17
+ function redirectTimer() {
18
+ setTimeout('location.href="/account";', 60000);
19
+ }
20
</script>
21
</head>
-<body style="background-color: #dfdfe9;">
22
+<body style="background-color: #dfdfe9;" onload="redirectTimer()">
23
<div class="my-4 container-fluid">
24
<div class="row justify-content-center">
25
<div class="col-11 col-xl-11">
0 commit comments