Skip to content

Commit e4c5ed6

Browse files
author
Dorin Paslaru
committed
Hide by default the SSO button
1 parent d8f4764 commit e4c5ed6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/config.sample.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ export const providerType = {
4747
}
4848

4949
export const loginButtons = [
50-
{
51-
name: "Microsoft",
52-
id: "microsoft",
53-
url: ``
54-
}
50+
// Add here your login providers
51+
// Example:
52+
53+
// {
54+
// name: "Microsoft",
55+
// id: "microsoft",
56+
// url: ``
57+
// }
5558
]
5659

5760
export const useSecret = true; // flag to use secret_ref for endpoints

0 commit comments

Comments
 (0)