更新登录组件,添加密码登录方法,修改版本号至0.1.0,并新增示例网页
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user