Skip to content

Commit f428fc2

Browse files
committed
fix: name trigger for monit
1 parent e696efc commit f428fc2

File tree

1 file changed

+1
-1
lines changed
  • packages/flowerbase/src/features/triggers

1 file changed

+1
-1
lines changed

packages/flowerbase/src/features/triggers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const activateTriggers = async ({
3030
triggersToActivate.push({
3131
fileName: '__auto_on_user_creation_trigger__.json',
3232
content: {
33-
name: 'onUserCreation',
33+
name: AUTH_CONFIG.on_user_creation_function_name,
3434
type: 'AUTHENTICATION',
3535
disabled: false,
3636
config: {

0 commit comments

Comments
 (0)