updated changelog and ui/dist
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
},
|
||||
];
|
||||
|
||||
$: if (collection.isAuth) {
|
||||
$: if (collection.$isAuth) {
|
||||
baseData = {
|
||||
username: "test_username",
|
||||
email: "test@example.com",
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
},
|
||||
];
|
||||
|
||||
$: if (collection.isAuth) {
|
||||
$: if (collection.$isAuth) {
|
||||
baseData = {
|
||||
username: "test_username_update",
|
||||
emailVisibility: false,
|
||||
|
||||
Reference in New Issue
Block a user