Skip to content

Commit

Permalink
fix missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Sep 4, 2024
1 parent 3ac2615 commit 5d2faa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/jimm/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (j *JIMM) LoginDevice(ctx context.Context) (*oauth2.DeviceAuthResponse, err
return resp, nil
}

// AuthenticateBrowserSession authenticates a browser login.
func (j *JIMM) AuthenticateBrowserSession(ctx context.Context, w http.ResponseWriter, r *http.Request) (context.Context, error) {
return j.OAuthAuthenticator.AuthenticateBrowserSession(ctx, w, r)
}
Expand Down

0 comments on commit 5d2faa0

Please sign in to comment.