mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 01:36:39 +00:00
🔇remove log
This commit is contained in:
@@ -53,9 +53,7 @@ export default async function ResourceAuthPage(props: {
|
|||||||
if (res && res.status === 200) {
|
if (res && res.status === 200) {
|
||||||
authInfo = res.data.data;
|
authInfo = res.data.data;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {}
|
||||||
console.error(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
const user = await verifySession({ skipCheckVerifyEmail: true });
|
const user = await verifySession({ skipCheckVerifyEmail: true });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user