forked from extern/egroupware
Api - Move Collabora credential type ID into parent to avoid collisions
This commit is contained in:
parent
6bf03f59d1
commit
997822182d
@ -66,6 +66,12 @@ class Credentials
|
||||
* Two factor auth secret key
|
||||
*/
|
||||
const TWOFA = 32;
|
||||
|
||||
/**
|
||||
* Collabora key
|
||||
*/
|
||||
const COLLABORA = 64;
|
||||
|
||||
/**
|
||||
* All credentials
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user