Skip to content

Commit

Permalink
use provider name directly in provider/telegram.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3r4nt committed Aug 29, 2024
1 parent f13649e commit 8fe2f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (th *TelegramHandler) LoginHandler(w http.ResponseWriter, r *http.Request)
},
SessionOnly: false, // TODO review?
AuthProvider: &authtoken.AuthProvider{
Name: th.Name(),
Name: th.ProviderName,
},
}

Expand Down

0 comments on commit 8fe2f59

Please sign in to comment.