handsomeFu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/common-ui/src/ui/authentication/login.vue
|
|
|
@ -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> |
|
|
|
|