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