From 997822182db073e06702ecf88af9f30441157c5b Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 29 Jul 2019 09:26:49 -0600 Subject: [PATCH] Api - Move Collabora credential type ID into parent to avoid collisions --- api/src/Mail/Credentials.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/src/Mail/Credentials.php b/api/src/Mail/Credentials.php index c7f8d45c05..1111a026b3 100644 --- a/api/src/Mail/Credentials.php +++ b/api/src/Mail/Credentials.php @@ -66,6 +66,12 @@ class Credentials * Two factor auth secret key */ const TWOFA = 32; + + /** + * Collabora key + */ + const COLLABORA = 64; + /** * All credentials */