Files
outline/plugins/email/plugin.json
Apoorv Mishra 85c8f83e33 PluginManager refactor (#6677)
* fix: refactor plugin manager

* fix: make id optional

* fix: allow add to accept single object

* fix: getHooks

* fix: tsc

* fix: remove id
2024-03-16 21:22:25 +05:30

7 lines
128 B
JSON

{
"id": "email",
"name": "Email",
"priority": 200,
"description": "Adds an email magic link authentication provider."
}