diff options
author | Sebastian <sebasjm@gmail.com> | 2021-11-24 18:17:25 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-11-24 18:17:25 -0300 |
commit | 1cd581a6c8a8b2567a72c9b88051335257490922 (patch) | |
tree | 570f238336cf37b952c407db81b0060fe45533f5 /packages | |
parent | db49eac6a76897edfaa650a986777d84d6a0c149 (diff) |
fix #7084
Diffstat (limited to 'packages')
-rw-r--r-- | packages/anastasis-webui/src/pages/home/authMethod/AuthMethodQuestionSetup.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodQuestionSetup.tsx b/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodQuestionSetup.tsx index 19260c4ff..d5e7bced3 100644 --- a/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodQuestionSetup.tsx +++ b/packages/anastasis-webui/src/pages/home/authMethod/AuthMethodQuestionSetup.tsx @@ -38,6 +38,10 @@ export function AuthMethodQuestionSetup({ question and you will need to type the answer exactly as you typed it here. </p> + <p class="notification is-warning"> + Note that the answer is case-sensitive and must be entered in exactly + the same way (punctuation, spaces) during recovery. + </p> <div> <TextInput label="Security question" |