summaryrefslogtreecommitdiff
path: root/src/cracha.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cracha.go')
-rw-r--r--src/cracha.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cracha.go b/src/cracha.go
index f669198..df92704 100644
--- a/src/cracha.go
+++ b/src/cracha.go
@@ -23,7 +23,8 @@ import (
const (
defaultPrefix = "cracha"
- rollbackErrorFmt = "rollback error: %w; while executing: %w"
+ rollbackErrorFmt = "rollback error: %w; while executing: %w"
+
NEW_USER = "new-user"
SEND_CONFIRMATION_REQUEST = "send-confirmation-request"
FORGOT_PASSWORD_REQUEST = "forgot-password-request"