Updates
This commit is contained in:
@@ -183,7 +183,10 @@ export default async function githubAuth({
|
||||
try {
|
||||
resolve(JSON.parse(str));
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
global.ERROR_CALLBACK?.(
|
||||
`Github Auth Error`,
|
||||
error as Error
|
||||
);
|
||||
|
||||
resolve({
|
||||
success: false,
|
||||
|
||||
Reference in New Issue
Block a user