We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16871fd commit 1bb237bCopy full SHA for 1bb237b
1 file changed
library.js
@@ -102,7 +102,7 @@ OAuth.loadStrategies = async (strategies) => {
102
name,
103
url: `/auth/${name}`,
104
callbackURL: `/auth/${name}/callback`,
105
- icon: 'fa-check-square',
+ icon: faIcon || 'fa-right-to-bracket',
106
icons: {
107
normal: `fa ${faIcon || 'fa-right-to-bracket'}`,
108
square: `fa ${faIcon || 'fa-right-to-bracket'}`,
0 commit comments