Use Kloon15 changes which apperantly disappeard

This commit is contained in:
Joep 2023-09-11 22:57:38 +02:00
parent a70bf08889
commit 44b76fa1ea
No known key found for this signature in database
GPG Key ID: 6F5588F1DC2A8209
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ interface IRule {
interface IRegexp {
raw: string;
}
}

View File

@ -167,7 +167,7 @@ const save = async (event: Event) => {
router.push({ path: loc });
$showSuccess(t("settings.userCreated"));
} else {
await api.update(user);
await api.update(user.value);
if (user.value.id === authStore.user?.id) {
authStore.updateUser(user.value);