aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-11-04 15:17:57 -0300
committerSebastian <sebasjm@gmail.com>2021-11-04 15:18:34 -0300
commitae0a35df2b2934c517954d2a73af4cc6e1734e30 (patch)
tree973b8525a6e7641048a7e31451c7a9cf3274726e /packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
parent5c6f38091068d67f88edda1d776e3c5f86c1a94e (diff)
downloadwallet-core-ae0a35df2b2934c517954d2a73af4cc6e1734e30.tar.xz
async, onInput, and some fixes
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
index b95d3f1e3..93ca81194 100644
--- a/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
+++ b/packages/anastasis-webui/src/pages/home/AuthenticationEditorScreen.tsx
@@ -135,7 +135,7 @@ export function AuthenticationEditorScreen(): VNode {
return (
<AnastasisClientFrame title="Backup: Configure Authentication Methods" hideNext={errors}>
<div class="columns">
- <div class="column one-third">
+ <div class="column is-half">
<div>
{getKeys(authMethods).map(method => <MethodButton key={method} method={method} />)}
</div>
@@ -152,7 +152,7 @@ export function AuthenticationEditorScreen(): VNode {
</p>
</ConfirmModal>}
</div>
- <div class="column two-third">
+ <div class="column is-half">
<p class="block">
When recovering your wallet, you will be asked to verify your identity via the methods you configure here.
The list of authentication method is defined by the backup provider list.