Explorar el Código

`ACTION_USER_REGISTRATION_SUCCES` to the medium group.

Shun Miyazawa hace 3 años
padre
commit
434dc1addc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/interfaces/activity.ts

+ 1 - 0
packages/app/src/interfaces/activity.ts

@@ -161,6 +161,7 @@ export const SmallActionGroup = {
 // SmallActionGroup + Action by all General Users - PAGE_VIEW
 export const MediumActionGroup = {
   ...SmallActionGroup,
+  ACTION_USER_REGISTRATION_SUCCESS,
   ACTION_USER_PERSONAL_SETTINGS_UPDATE,
   ACTION_USER_IMAGE_TYPE_UPDATE,
   ACTION_USER_LDAP_ACCOUNT_ASSOCIATE,