mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add Slack provider
This commit is contained in:
@@ -46,4 +46,9 @@ return [
|
||||
'icon' => 'icon-linkedin',
|
||||
'enabled' => true,
|
||||
],
|
||||
'slack' => [
|
||||
'developers' => 'https://api.slack.com/',
|
||||
'icon' => 'icon-slack',
|
||||
'enabled' => true,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user