Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Mar 1, 2024
1 parent 008de27 commit 1101703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async function loader({ params }) {
}

function tokenRequest(login: string, password: string): Promise<String> {
console.log(`loging with login: ${login}, password: ${password}`);
return axios
.post(
"https://auth.oda.digital/realms/ODA/protocol/openid-connect/token",
Expand Down

0 comments on commit 1101703

Please sign in to comment.