We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f501da commit 8557a94Copy full SHA for 8557a94
routers/web/user/setting/security/security.go
@@ -84,7 +84,7 @@ func loadSecurityData(ctx *context.Context) {
84
// map the provider display name with the AuthSource
85
sources := make(map[*auth_model.Source]string)
86
for _, externalAccount := range accountLinks {
87
- if authSource, err := auth_model.GetSourceByID(ctx, externalAccount.LoginSourceID); err == nil && authSource.IsActive {
+ if authSource, err := auth_model.GetSourceByID(ctx, externalAccount.LoginSourceID); err == nil {
88
var providerDisplayName string
89
90
type DisplayNamed interface {
0 commit comments