@if (!mobile) {
LOGIN.BTN_METHODS
}
@switch (loginMethod) {
@case ('v1') {
}
@case ('v2') {
}
@case ('pubkey-v1') {
}
@case ('address') {
}
@case ('keyfile-v1') {
}
@default {
}
}
@if (mobile) {
LOGIN.BTN_METHODS_DOTS
}
@if (canRegister) {
LOGIN.NO_ACCOUNT_QUESTION
LOGIN.CREATE_ACCOUNT
}
@if (!mobile) {
COMMON.BTN_CANCEL
{{ auth ? 'AUTH.BTN_AUTH' : 'COMMON.BTN_LOGIN' }}
}