@@ -91,7 +91,7 @@ function handleGo(path: string) {
</script>
<template>
- <div @keypress.enter.prevent="handleSubmit">
+ <div @keydown.enter.prevent="handleSubmit">
<Title>
{{ title || `${$t('authentication.welcomeBack')} 👋🏻` }}
<template #desc>