mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-07 18:18:19 +01:00
fix lint
This commit is contained in:
parent
790b9cbc13
commit
b2d8f5f023
@ -25,7 +25,6 @@ export class AccountSetupView extends TemplateView {
|
|||||||
type: "password",
|
type: "password",
|
||||||
placeholder: keyLabel,
|
placeholder: keyLabel,
|
||||||
});
|
});
|
||||||
const status = t.output({for: password.id}, vm => vm.deviceDecrypted ? "Key matches, good to go!" : "");
|
|
||||||
return t.div({className: "Settings" /* hack for now to get the layout right*/}, [
|
return t.div({className: "Settings" /* hack for now to get the layout right*/}, [
|
||||||
t.h3(vm.i18n`Restore your encrypted history?`),
|
t.h3(vm.i18n`Restore your encrypted history?`),
|
||||||
t.ifView(vm => vm.decryptDehydratedDeviceViewModel, vm => new SessionBackupSettingsView(vm.decryptDehydratedDeviceViewModel)),
|
t.ifView(vm => vm.decryptDehydratedDeviceViewModel, vm => new SessionBackupSettingsView(vm.decryptDehydratedDeviceViewModel)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user