pisah add & edit

This commit is contained in:
2025-06-23 10:39:22 +07:00
parent 46bda0a75c
commit fd8d4b5c2c
6 changed files with 323 additions and 131 deletions

No files matched your search

+1
View File
@@ -47,6 +47,7 @@ const response = $fetch(`${issuer.value}/protocol/openid-connect/token`, {
const idMongose = response.idMongose
const encodeProfile = $encodeBase64(JSON.stringify(response))
localStorage.setItem('userProfile', encodeProfile)
console.log("ini id mongose",idMongose)
// cobaSetProfile.value.push(encodeProfile)
$fetch(`/api/auth/sidebarItem`, {
method: 'POST',