Skip to content
Snippets Groups Projects

feat/biologin

Merged Yasin Ali Marouga requested to merge feat/biologin into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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) => {
Loading