We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b8e25 commit e51e367Copy full SHA for e51e367
1 file changed
internal/cac/storage/tenant_storage_test.go
@@ -151,8 +151,8 @@ mechanism: sms`, string(bts))
151
},
152
153
WebauthnSettings: &models.WebAuthnSettings{
154
- RpID: "marksandspencer.com",
155
- RpOrigins: []string{"https://www.sit2.marksandspencer.com"},
+ RpID: "example.com",
+ RpOrigins: []string{"https://www.sit2.example.com"},
156
157
158
@@ -175,9 +175,9 @@ public_registration_allowed: false
175
second_factor_threshold: 0
176
system: false
177
webauthn_settings:
178
- rp_id: marksandspencer.com
+ rp_id: example.com
179
rp_origins:
180
- - https://www.sit2.marksandspencer.com`, string(bts))
+ - https://www.sit2.example.com`, string(bts))
181
182
183
{
0 commit comments