Skip to content

Commit 97ce2f7

Browse files
committed
fix linter
1 parent 182850e commit 97ce2f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/pkg/auth/user_login.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ func AuthorizeUser(p *print.Printer, isReauthentication bool) error {
210210
})
211211

212212
mux.HandleFunc(loginSuccessPath, func(w http.ResponseWriter, _ *http.Request) {
213-
214213
email, err := GetAuthField(USER_EMAIL)
215214
if err != nil {
216215
errServer = fmt.Errorf("read user email: %w", err)

0 commit comments

Comments
 (0)