Skip to content

Commit 2d74c4e

Browse files
committed
events
1 parent d6e8964 commit 2d74c4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/notifications/events.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ var (
1212
TemplateWorkspaceDormant = uuid.MustParse("0ea69165-ec14-4314-91f1-69566ac3c5a0")
1313
TemplateWorkspaceAutoUpdated = uuid.MustParse("c34a0c09-0704-4cac-bd1c-0c0146811c2b")
1414
TemplateWorkspaceMarkedForDeletion = uuid.MustParse("51ce2fdf-c9ca-4be1-8d70-628674f9bc42")
15+
16+
TemplateUserAccountCreated = uuid.MustParse("4e19c0ac-94e1-4532-9515-d1801aa283b2")
1517
)

0 commit comments

Comments
 (0)