Skip to content

Commit

Permalink
fix email token generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Oct 16, 2024
1 parent 91a3d06 commit 10414df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
triggerTokens?.listTokens()
}}
newTokenWorkspace={$workspaceStore}
newTokenLabel={`${$userStore?.username ?? 'superadmin'}-${generateRandomString(4)}`}
newTokenLabel={`email-${$userStore?.username ?? 'superadmin'}-${generateRandomString(4)}`}
{scopes}
/>

Expand Down

0 comments on commit 10414df

Please sign in to comment.