1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Bump console to version 3.2.5

This commit is contained in:
Steven Nguyen 2023-10-27 09:33:21 -07:00
parent 24824e1582
commit 3abb74c937
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "app/console"]
path = app/console
url = https://github.com/appwrite/console
branch = 3.2.4
branch = 3.2.5

@ -1 +1 @@
Subproject commit fe835e50328ed80f67c66d2d449c0f7b51ade544
Subproject commit 9810ce85812ca26c95b7d35196848c92e8ba813d

View file

@ -109,7 +109,7 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return
const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
const APP_CACHE_BUSTER = 514;
const APP_CACHE_BUSTER = 515;
const APP_VERSION_STABLE = '1.4.7';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';