chore: created the route to initate magic link auth
This commit is contained in:
@@ -23,9 +23,9 @@ export class GqlAuthGuard implements CanActivate {
|
||||
const idToken = ctx.reqHeaders.authorization.split(' ')[1];
|
||||
|
||||
const authUser: User = {
|
||||
uid: 'aabb22ccdd',
|
||||
displayName: 'exampleUser',
|
||||
photoURL: 'http://example.com/avatar',
|
||||
id: 'aabb22ccdd',
|
||||
name: 'exampleUser',
|
||||
image: 'http://example.com/avatar',
|
||||
email: 'me@example.com',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user