Skip to content
Snippets Groups Projects
Commit a6a69a94 authored by Yasin Ali Marouga's avatar Yasin Ali Marouga
Browse files

Merge branch 'feat/biologin' into 'dev'

feat/biologin

See merge request !40
parents d9ecedee 70c69ba4
No related branches found
No related tags found
3 merge requests!66Final merge,!40feat/biologin,!4Pipeline fix
Pipeline #280833 passed
......@@ -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) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment