Skip to content

Commit

Permalink
chore: remove auto signout in auth page (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack authored Jul 11, 2023
1 parent 698380f commit d4b88c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const Auth = () => {
const [identityProviderList, setIdentityProviderList] = useState<IdentityProvider[]>([]);

useEffect(() => {
userStore.doSignOut().catch();
const fetchIdentityProviderList = async () => {
const { data: identityProviderList } = await api.getIdentityProviderList();
setIdentityProviderList(identityProviderList);
Expand Down

0 comments on commit d4b88c6

Please sign in to comment.