mirror of
https://github.com/directus/directus.git
synced 2026-01-23 16:38:00 -05:00
Default auto refresh to false
This commit is contained in:
@@ -33,7 +33,8 @@ class DirectusSDK {
|
||||
storage:
|
||||
options?.auth?.storage !== undefined ? options.auth.storage : new MemoryStore(),
|
||||
mode: options?.auth?.mode !== undefined ? options.auth.mode : 'cookie',
|
||||
autoRefresh: options?.auth?.autoRefresh !== undefined ? options.auth.autoRefresh : true,
|
||||
autoRefresh:
|
||||
options?.auth?.autoRefresh !== undefined ? options.auth.autoRefresh : false,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user