Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorngi committed Aug 1, 2024
1 parent bebf387 commit 3cd932b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/VeilederInput/VeilederInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const VeilederInput = () => {
}

const encryptFnr = (fnr: string) => {
console.log('fetchinf fnr')
return fetch(`${API_BASEURL}/v1/encrypt`, {
method: 'POST',
body: JSON.stringify({ text: fnr }),
Expand Down

0 comments on commit 3cd932b

Please sign in to comment.