fix: const RegistrationAccepted is equal to another internal number

This commit is contained in:
2018-02-28 23:08:05 +01:00
parent b2842308b3
commit b736721a1c

View File

@@ -19,7 +19,7 @@ abstract class RegisterState
// State to allow persisting in the database although an admin declined it.
// Will be removed regularly
const RegistrationAccepted = 6;
const RegistrationAccepted = 7;
const RegistrationDeclined = 13;
// User got successfully registered. Will be cleaned up later