mirror of
https://gitea.com/gitea/tea.git
synced 2025-12-16 11:22:05 +01:00
Fix lint
This commit is contained in:
@@ -307,6 +307,7 @@ var tokenScopeOpts = []string{
|
||||
string(gitea.AccessTokenScopeSudo),
|
||||
}
|
||||
|
||||
// LoginSelect prompts the user to select a login if multiple are configured
|
||||
func LoginSelect() (*config.Login, error) {
|
||||
logins, err := config.GetLogins()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user