mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
Add delete account
This commit is contained in:
parent
6ed067f0d1
commit
0c6810ef39
3 changed files with 90 additions and 3 deletions
|
@ -22,6 +22,9 @@ export const initAuth = (allowList: string[]) => {
|
|||
emailAndPassword: {
|
||||
enabled: true,
|
||||
},
|
||||
deleteUser: {
|
||||
enabled: true,
|
||||
},
|
||||
plugins: [username()],
|
||||
trustedOrigins: allowList,
|
||||
advanced: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue