Skip to content

Commit 20f854e

Browse files
committed
fix build
1 parent 9c2d7dc commit 20f854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/login/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (o LoginOptions) RunLogin(t *terminal.Terminal, loginToken string, skipBrow
193193
return nil
194194
}
195195

196-
func (o LoginOptions) handleOnboarding(user *entity.User, t *terminal.Terminal) error {
196+
func (o LoginOptions) handleOnboarding(user *entity.User, _ *terminal.Terminal) error {
197197
// figure out if we should onboard the user
198198
currentOnboardingStatus, err := user.GetOnboardingData()
199199
if err != nil {

0 commit comments

Comments
 (0)