mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Typo fixed (#1513)
This commit is contained in:
@@ -6,8 +6,8 @@ webauthn:
|
||||
creation_profiles:
|
||||
default:
|
||||
rp:
|
||||
name: '%env(RELAYING_PARTY_NAME)%' # Please adapt the env file with the correct relaying party ID or set null
|
||||
id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null
|
||||
name: '%env(RELYING_PARTY_NAME)%' # Please adapt the env file with the correct relaying party ID or set null
|
||||
id: '%env(RELYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null
|
||||
request_profiles:
|
||||
default:
|
||||
rp_id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null
|
||||
rp_id: '%env(RELYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"env": {
|
||||
"RELAYING_PARTY_ID": "example.com",
|
||||
"RELAYING_PARTY_NAME": "My Application"
|
||||
"RELYING_PARTY_ID": "example.com",
|
||||
"RELYING_PARTY_NAME": "My Application"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user