feat(fullstack): Read user out of JWT and persist with created and last modified
This commit is contained in:
@@ -62,7 +62,7 @@ const applicationForm = computed({
|
||||
})
|
||||
|
||||
const isReadOnly = computed(() => {
|
||||
return applicationForm.value?.createdBy !== user.value?.name
|
||||
return applicationForm.value?.createdBy.id !== user.value?.id
|
||||
})
|
||||
|
||||
async function onSubmit() {
|
||||
|
||||
Reference in New Issue
Block a user