diff --git a/src/stores/userStore.ts b/src/stores/userStore.ts
index bd82c7e73373cbe5a43ee3506551fcd6c0114061..ace14583f589aece97546bf3c653462a0fe3ee0e 100644
--- a/src/stores/userStore.ts
+++ b/src/stores/userStore.ts
@@ -188,7 +188,7 @@ export const useUserStore = defineStore('user', () => {
             console.log(encodedResult)
 
             await axios
-                .post('http://localhost:8080/auth/finishBioLogin/katanta1', {
+                .post(`http://localhost:8080/auth/finishBioLogin/${username}`, {
                     credential: JSON.stringify(encodedResult)
                 })
                 .then((response) => {