mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-08 18:48:18 +01:00
cleanup
This commit is contained in:
parent
fa662db70b
commit
9789e5881d
@ -50,7 +50,7 @@ export class MemberDetailsView extends TemplateView {
|
|||||||
if (confirm("You don't want to do this with any account but a test account. This will cross-sign this user without verifying their keys first. You won't be able to undo this apart from resetting your cross-signing keys.")) {
|
if (confirm("You don't want to do this with any account but a test account. This will cross-sign this user without verifying their keys first. You won't be able to undo this apart from resetting your cross-signing keys.")) {
|
||||||
vm.signUser();
|
vm.signUser();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
options.push(t.button({className: "text", onClick}, vm.i18n`Cross-sign user (DO NOT USE, TESTING ONLY)`))
|
options.push(t.button({className: "text", onClick}, vm.i18n`Cross-sign user (DO NOT USE, TESTING ONLY)`))
|
||||||
}
|
}
|
||||||
return t.div({ className: "MemberDetailsView_section" },
|
return t.div({ className: "MemberDetailsView_section" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user