feat: Add UserController and user-related DTOs for user management functionality

This commit is contained in:
Marek Lesko
2025-11-07 20:49:39 +00:00
parent 441b00b510
commit 74dfb95d99
4 changed files with 612 additions and 1 deletions

View File

@@ -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);
}