Skip to content

Commit c03ce51

Browse files
committed
config with print user info
1 parent 2fb1353 commit c03ce51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/frontend_react/src/api/config.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ export function getConfigData() {
4444
export async function getUserInfo(): Promise<UserInfo[]> {
4545
try {
4646
const response = await fetch("/.auth/me");
47+
console.log("Fetching user info from: ", "/.auth/me");
48+
console.log("Response ", response);
4749
if (!response.ok) {
4850
console.log(
4951
"No identity provider found. Access to chat will be blocked."

0 commit comments

Comments
 (0)