mirror of
https://github.com/usememos/memos.git
synced 2025-11-08 08:21:49 +08:00
chore: remove auto signout in auth page (#1927)
This commit is contained in:
parent
698380f940
commit
d4b88c6c86
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue