Skip to content

Commit

Permalink
Add salla provider (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghmoha authored Sep 13, 2024
1 parent 0d02946 commit 5788b79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs/.vuepress/dist
dist
node_modules
.idea
6 changes: 5 additions & 1 deletion providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,10 @@ module.exports = [
slug: 'SalesForce', name: 'SalesForce',
maintainers: [],
},
{
slug: 'Salla', name: 'Salla',
maintainers: ['ghmoha'],
},
{
slug: 'SharePoint', name: 'SharePoint',
maintainers: [],
Expand Down Expand Up @@ -647,7 +651,7 @@ module.exports = [
},
{
slug: 'UAEPass', name: 'UAEPass',
maintainers: ['ahaneef29'],
maintainers: ['ahaneef29'],
},
],
},
Expand Down

0 comments on commit 5788b79

Please sign in to comment.