mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-23 17:18:50 +02:00
all: remove deadcode (#2952)
This commit is contained in:
@@ -173,11 +173,6 @@ func (a *AuthProviderOIDC) RegisterHandler(
|
||||
http.Redirect(writer, req, authURL, http.StatusFound)
|
||||
}
|
||||
|
||||
type oidcCallbackTemplateConfig struct {
|
||||
User string
|
||||
Verb string
|
||||
}
|
||||
|
||||
// OIDCCallbackHandler handles the callback from the OIDC endpoint
|
||||
// Retrieves the nkey from the state cache and adds the node to the users email user
|
||||
// TODO: A confirmation page for new nodes should be added to avoid phishing vulnerabilities
|
||||
|
||||
Reference in New Issue
Block a user