Skip to content

Commit

Permalink
Fix redirect URLs for Google and OIDC provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Oct 27, 2022
1 parent e7c5a21 commit 265d004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/constants.dart
Expand Up @@ -25,8 +25,8 @@ class Constants {
static const opacityLight = 0.75;
static const opacityHeavy = 0.25;

static const googleRedirectURI = 'https://kubenav.io/google.html';
static const oidcRedirectURI = 'https://kubenav.io/oidcv4.html';
static const googleRedirectURI = 'https://kubenav.io/auth/google.html';
static const oidcRedirectURI = 'https://kubenav.io/auth/oidc.html';
}

ThemeData lightTheme = ThemeData(
Expand Down

0 comments on commit 265d004

Please sign in to comment.