]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/ActivityType.php
Added the ability to remove an MFA method
[bookstack] / app / Actions / ActivityType.php
index e2e7b5a5d29ed2757f1487b2e7e8e594222a63cd..60b1630e075121693e4084f7940bd5ac9b793fb1 100644 (file)
@@ -52,4 +52,5 @@ class ActivityType
     const AUTH_REGISTER = 'auth_register';
 
     const MFA_SETUP_METHOD = 'mfa_setup_method';
+    const MFA_REMOVE_METHOD = 'mfa_remove_method';
 }