Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 01f8717

Browse files
committed
Use custom domain for login
1 parent b1e5185 commit 01f8717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ const pinterestActivated = activatedForEnvironment({ test: true, local: true },
4343
const getAuth0Hostname = () => {
4444
switch (environment) {
4545
case "prod":
46-
return "ndla.eu.auth0.com";
46+
return "login.ndla.no";
4747
default:
48-
return `ndla-${environment}.eu.auth0.com`;
48+
return `login.${environment}.ndla.no`;
4949
}
5050
};
5151

0 commit comments

Comments
 (0)