1.8 RC
This commit is contained in:
parent
60eb1a7192
commit
f4a28f3b51
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -44,7 +44,6 @@ if (!inargs['submit'] && (!inargs['mobile'] || !inargs['mobile'].isEmpty()) && i
|
|||
return
|
||||
}
|
||||
|
||||
// TODO/haburger/2024-11-24: check/adapt value of skip checkbox
|
||||
if (inargs['submit'] && (!inargs['mobile'] || inargs['mobile'].isEmpty()) && inargs['skip'] && inargs['skip'] == 'true') {
|
||||
// no mobile, and user wants to skip it
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ schemaVersion: "1.0"
|
|||
pattern:
|
||||
id: "204c22beaccdfd22727af378"
|
||||
className: "ch.nevis.admin.v4.plugin.nevisauth.patterns2.NevisAuthRealm"
|
||||
name: " Auth_Realm_Recovery"
|
||||
name: "Auth_Realm_Recovery"
|
||||
properties:
|
||||
authenticate:
|
||||
- "pattern://584964c837512845d7940809"
|
|
@ -9,9 +9,9 @@ pattern:
|
|||
authStatesFile: "res://9ff0369f3cf662f95d94ff09#authStatesFile"
|
||||
parameters: "var://ensure_recovery_code-parameters"
|
||||
onSuccess:
|
||||
- "pattern://2cdd910036aa06b102863a4f"
|
||||
- "pattern://6d83506dfcc430c12d81dfa3"
|
||||
onFailure:
|
||||
- "pattern://2cdd910036aa06b102863a4f"
|
||||
- "pattern://6d83506dfcc430c12d81dfa3"
|
||||
resources: "res://9ff0369f3cf662f95d94ff09#resources"
|
||||
keyObjects:
|
||||
- "pattern://bcfe78c02cbe0588528bc3cb"
|
||||
|
|
Loading…
Reference in New Issue