Skip to content

Commit b03a1b4

Browse files
authored
[MFA-2151] Update README.md (#125)
The READMEs should direct users to use the canonical and custom domains
1 parent 4610da9 commit b03a1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ import Guardian
5757

5858
Set the auth0 domain for your tenant:
5959
```swift
60-
let domain = "<AUTH0_TENANT_DOMAIN>/appliance-mfa"
60+
let domain = "https://<tenant>.<locality>.auth0.com/appliance-mfa"
6161
```
6262

6363
alternatively you can use the custom domain if you configured one:
6464
```swift
65-
let domain = "<CUSTOM_DOMAIN>/appliance-mfa"
65+
let domain = "https://<custom>/appliance-mfa"
6666
```
6767

6868
### Enroll

0 commit comments

Comments
 (0)