Skip to content

Commit

Permalink
fix: #14 google login from external SSO provider
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Feb 11, 2020
1 parent ecab5ef commit 372fe28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tab-manager/redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const isOAuth = matchUrls([
/^https:\/\/.+\.google\.com\/o\/oauth2\/.*/,
/^https:\/\/.+\.google\.com\/accounts\/signin.*/,
/^https:\/\/.+\.google\.com\/signin\/oauth.*/,
/^https:\/\/accounts\.google\.com\/.*/,
/^https:\/\/(.+\.)?github\.com\/login\/oauth.*/
]);

Expand Down

0 comments on commit 372fe28

Please sign in to comment.