更新登录组件,添加密码登录方法,修改版本号至0.1.0,并新增示例网页

This commit is contained in:
2025-12-15 22:58:05 +08:00
parent 9bace74072
commit 65ee31e8ca
5 changed files with 115 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ class KvLogin extends HTMLElement {
if (loginMethods.length > 0) {
this.loginMethods = getLoginMethod(loginMethods)
this.selectedMethod = loginMethods[0]
this.setLoginMethods(this.loginMethods);
return;
}
}