Selfservice link forgotten mails feature/5-registration_forgot_mails #10

Merged
niggl merged 12 commits from feature/5-registration_forgot_mails into dev 2021-03-05 18:05:53 +00:00
Showing only changes of commit 015b25a205 - Show all commits

View File

@ -0,0 +1,5 @@
export enum MailTypes {
PASSWORD_RESET = "PASSWORD_RESET",
RUNNER_FORGOT = "RUNNER_FORGOT",
RUNNER_WELCOME = "RUNNER_WELCOME"
}