mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-19 21:10:51 +02:00
updated changelog and ui/dist
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
export let collection = new Collection();
|
||||
|
||||
$: if (collection.isAuth && CommonHelper.isEmpty(collection.options)) {
|
||||
$: if (collection.$isAuth && CommonHelper.isEmpty(collection.options)) {
|
||||
collection.options = {
|
||||
allowEmailAuth: true,
|
||||
allowUsernameAuth: true,
|
||||
|
||||
Reference in New Issue
Block a user