Skip to content

Commit 1bb237b

Browse files
committed
fix: send configured icon to old themes too
1 parent 16871fd commit 1bb237b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ OAuth.loadStrategies = async (strategies) => {
102102
name,
103103
url: `/auth/${name}`,
104104
callbackURL: `/auth/${name}/callback`,
105-
icon: 'fa-check-square',
105+
icon: faIcon || 'fa-right-to-bracket',
106106
icons: {
107107
normal: `fa ${faIcon || 'fa-right-to-bracket'}`,
108108
square: `fa ${faIcon || 'fa-right-to-bracket'}`,

0 commit comments

Comments
 (0)