Updates
This commit is contained in:
@@ -65,7 +65,6 @@ export default async function apiGoogleLogin({
|
||||
|
||||
const { given_name, family_name, email, sub, picture } = gUser;
|
||||
|
||||
/** @type {Object<string, any>} */
|
||||
let payloadObject: { [s: string]: any } = {
|
||||
email: email,
|
||||
first_name: given_name,
|
||||
|
||||
Reference in New Issue
Block a user