Cleanup unused comment
This commit is contained in:
parent
1d574c559f
commit
374c88016f
1 changed files with 0 additions and 4 deletions
|
|
@ -65,10 +65,6 @@ export default () => {
|
|||
const base64 = await convertBase64(blob)
|
||||
setBase64image(base64 as string)
|
||||
|
||||
// await ofetch(API + 'post-registration', {
|
||||
// method: 'POST',
|
||||
// body: { data: globalId, data2: globalHashPassword, data3: signature(), data4: base64 },
|
||||
// })
|
||||
await postApi('post-registration', { data: globalId, data2: globalHashPassword, data3: signature(), data4: base64 })
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue