mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #7570 from appwrite/feat-support-label-queries
Feat support label queries
This commit is contained in:
commit
dd7ac27f11
2 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 0a007a3b1b6eafc39dc19b7129f41643102f9676
|
||||
Subproject commit 8c8f0b7ccb0d98e9561f03a6486de1e59f3b3b9d
|
||||
|
|
@ -12,7 +12,8 @@ class Users extends Base
|
|||
'passwordUpdate',
|
||||
'registration',
|
||||
'emailVerification',
|
||||
'phoneVerification'
|
||||
'phoneVerification',
|
||||
'labels',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue