updated changelog and ui/dist

This commit is contained in:
Gani Georgiev
2023-03-27 19:43:46 +03:00
parent 05adb8c018
commit d0239f25ed
44 changed files with 131 additions and 120 deletions

View File

@@ -47,7 +47,7 @@
},
];
$: if (collection.isAuth) {
$: if (collection.$isAuth) {
baseData = {
username: "test_username",
email: "test@example.com",

View File

@@ -57,7 +57,7 @@
},
];
$: if (collection.isAuth) {
$: if (collection.$isAuth) {
baseData = {
username: "test_username_update",
emailVisibility: false,