We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5208b59 commit 6176eeeCopy full SHA for 6176eee
frontend/src/views/error/index.vue
@@ -42,9 +42,9 @@ onMounted(() => {
42
}
43
if (showTimer.value) {
44
let timer = 3
45
- const timerHander = setInterval(() => {
+ const timerHandler = setInterval(() => {
46
if (timer-- <= 0) {
47
- clearInterval(timerHander)
+ clearInterval(timerHandler)
48
router.push(toLoginPage(target_full_path.value))
49
return
50
0 commit comments