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:
Rene Steen
2024-08-20 05:58:56 +02:00
committed by GitHub
parent 06c0a50401
commit 7a1341eb74
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export * from '@sindresorhus/slugify';
export { default as slugify } from '@sindresorhus/slugify';