Compare commits

..

No commits in common. "f5a40751ac5fbe1d054e8faa553301947a578320" and "6fb90dba1752021cf174df4a7c865f392e6abf82" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -112,7 +112,6 @@ import { required } from '@/validate'
import { setUkeyPassword } from 'utils/auth' import { setUkeyPassword } from 'utils/auth'
import type { FormInstance } from 'element-plus' import type { FormInstance } from 'element-plus'
const ukeyPasswordInputRef = ref() const ukeyPasswordInputRef = ref()
onMounted(() => { onMounted(() => {
if (typeof ukeyPasswordInputRef.value.focus === 'function') ukeyPasswordInputRef.value.focus() if (typeof ukeyPasswordInputRef.value.focus === 'function') ukeyPasswordInputRef.value.focus()
@ -185,7 +184,6 @@ function handleLogin() {
} }
}) })
} }
// key // key
function handleLogin4sKey() { function handleLogin4sKey() {
if (!loginFormRef.value) return if (!loginFormRef.value) return
@ -205,7 +203,6 @@ function handleLogin4sKey() {
} }
} }
}) })
}
// ukey // ukey
@ -243,7 +240,7 @@ function handleLogin4sKey() {
capsTooltip.value = false capsTooltip.value = false
} }
} }
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>