Skip to content

Commit a1983a7

Browse files
committed
fix fusionauth additional envs
1 parent 72f31b5 commit a1983a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/SocialiteProviders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static function getAdditionalEnv(string $driver): string
9393
ENV,
9494
'FusionAuth' => <<<'ENV'
9595
FUSIONAUTH_BASE_URL=
96-
FUSIONAUTH_REALM=
96+
FUSIONAUTH_TENANT_ID=
9797
ENV,
9898
'Keycloak' => <<<'ENV'
9999
KEYCLOAK_BASE_URL=

0 commit comments

Comments
 (0)