feat: Add UserController and user-related DTOs for user management functionality
This commit is contained in:
@@ -305,7 +305,7 @@ export class AuthenticationService {
|
||||
redirectUri: `${window.location.origin}/authentication/callback`
|
||||
};
|
||||
|
||||
console.log('Google OAuth Config:', googleConfig);
|
||||
console.log('Google OAuth Config:', JSON.stringify(googleConfig));
|
||||
return this.startLogin(googleConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user