remove unused code
This commit is contained in:
parent
1e1b254678
commit
4dd303e558
1 changed files with 0 additions and 7 deletions
|
@ -31,10 +31,3 @@ export class SessionStatusView extends TemplateView {
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SetupSecretStorageView extends TemplateView {
|
|
||||||
render(t, vm) {
|
|
||||||
return t.p([t.a({href: vm.setupSecretStorageUrl}, vm.i18n`Set up secret storage`), vm.i18n` to decrypt older messages.`])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Reference in a new issue