mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
reCaptcha at admin login
https://github.com/the-djmaze/snappymail/issues/222#issuecomment-1036211212
This commit is contained in:
parent
fecc9f96eb
commit
2fea7b92e1
4 changed files with 25 additions and 23 deletions
|
|
@ -19,7 +19,7 @@ const SignMeOff = 0,
|
|||
SignMeUnused = 2;
|
||||
|
||||
|
||||
class LoginUserView extends AbstractViewLogin {
|
||||
export class LoginUserView extends AbstractViewLogin {
|
||||
constructor() {
|
||||
super('Login');
|
||||
|
||||
|
|
@ -161,5 +161,3 @@ class LoginUserView extends AbstractViewLogin {
|
|||
showScreenPopup(LanguagesPopupView, [this.language, this.languages(), LanguageStore.userLanguage()]);
|
||||
}
|
||||
}
|
||||
|
||||
export { LoginUserView };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue