Api - Move Collabora credential type ID into parent to avoid collisions

This commit is contained in:
nathangray 2019-07-29 09:26:49 -06:00
parent 6bf03f59d1
commit 997822182d

View File

@ -66,6 +66,12 @@ class Credentials
* Two factor auth secret key
*/
const TWOFA = 32;
/**
* Collabora key
*/
const COLLABORA = 64;
/**
* All credentials
*/