UX: allow to share login tokens via QR-code for educational context

This commit is contained in:
Pieter Vander Vennet 2025-05-29 23:26:59 +02:00
parent 93c613aa89
commit a90387c4f3
6 changed files with 123 additions and 48 deletions

View file

@ -1531,6 +1531,48 @@
}
}
},
{
"id": "share-login-title",
"render": {
"en": "<h3>Login via QR code</h3>"
}
},
{
"id": "share-login-explanation",
"render": {
"en": "With the below QR-code, you can login on another device without having to share your password"
}
},
{
"id": "share-login-group",
"render": {
"special": {
"type": "group",
"header": "share-login-group-title",
"labels": "share-login-qr"
}
}
},
{
"id": "share-login-group-title",
"labels": [
"hidden"
],
"render": {
"en": "Allow to log in and act as <b>{_name}</b>"
}
},
{
"id": "share-login-qr",
"labels": [
"hidden"
],
"render": {
"special": {
"type": "qr_login"
}
}
},
{
"id": "debug-title",
"render": {