Skip to content
Snippets Groups Projects
Verified Commit b7d6d218 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update docs

parent 8fbc72f1
Branches
Tags
No related merge requests found
......@@ -145,8 +145,7 @@ class Login extends CustomElement {
}
/**
*
* @return {Components.Form.Login
* @return {void}
*/
[assembleMethodSymbol]() {
super[assembleMethodSymbol]();
......@@ -159,7 +158,6 @@ class Login extends CustomElement {
this.shadowRoot.querySelector("input[name='username']").focus();
}, 100);
}, 0);
return this;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment