mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
feat: automatically set public profile url for OIDC users (#1225)
Adds a hook to automatically set profile urls for OIDC users
This commit is contained in:
3
packages/lib/utils/slugify.ts
Normal file
3
packages/lib/utils/slugify.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export * from '@sindresorhus/slugify';
|
||||
|
||||
export { default as slugify } from '@sindresorhus/slugify';
|
||||
Reference in New Issue
Block a user