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