feat: New registration workflow

This commit is contained in:
Christian Pauly 2021-06-06 16:55:31 +02:00
commit ec5d41a020
9 changed files with 167 additions and 414 deletions

View file

@ -1131,6 +1131,11 @@
"type": "text",
"placeholders": {}
},
"register": "Register",
"@register": {
"type": "text",
"placeholders": {}
},
"logInTo": "Log in to {homeserver}",
"@logInTo": {
"type": "text",
@ -1938,8 +1943,15 @@
"type": "text",
"placeholders": {}
},
"useSSO": "Use single sign on",
"@useSSO": {
"loginWith": "Login with {brand}",
"@loginWith": {
"type": "text",
"placeholders": {
"brand": {}
}
},
"singlesignon": "Single Sign on",
"@singlesignon": {
"type": "text",
"placeholders": {}
},