Skip to content

Commit

Permalink
Update pkg/connector/login.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tulir Asokan <[email protected]>
  • Loading branch information
PurpShell and tulir authored Oct 16, 2024
1 parent 73e2d68 commit d0a9162
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/connector/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,7 @@ func (t *TwitterLogin) Start(_ context.Context) (*bridgev2.LoginStep, error) {
}, nil
}

func (t *TwitterLogin) Cancel() {
//TODO implement me
panic("implement me")
}
func (t *TwitterLogin) Cancel() {}

func (t *TwitterLogin) SubmitCookies(ctx context.Context, cookies map[string]string) (*bridgev2.LoginStep, error) {
cookieStruct := twitCookies.NewCookies(cookies)
Expand Down

0 comments on commit d0a9162

Please sign in to comment.