Skip to content

Commit

Permalink
chore: minor linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovanetti committed Aug 10, 2023
1 parent 6d53fd5 commit c24e1fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const authenticationUrlRegexes = new Map([
/^https:\/\/.+\.auth0\.com\/samlp\/.+/,
/^https:\/\/.*[/auth]?\/realms\/.*\/protocol\/saml\/clients\/.*/,
/^https:\/\/console\.jumpcloud\.com\/login.*/,
/^https:\/\/accounts\.google\.com\/AccountChooser.*/,
/^https:\/\/accounts\.google\.com\/AccountChooser.*/,
],
],
]);
Expand Down

0 comments on commit c24e1fd

Please sign in to comment.