correct user id generation

This commit is contained in:
Mike Mason
2023-07-19 19:49:03 +00:00
parent f4beebd02f
commit 1bd86d3ec9
3 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ const (
MetalUserIssuer = "https://auth.equinix.com/"
// MetalUserIssuerIDPrefix is the issuer id prefix added by the issuer.
MetalUserIssuerIDPrefix = "auth|"
MetalUserIssuerIDPrefix = "auth0|"
)
// UserDetails contains the user information.