Skip to content

Commit

Permalink
Merge pull request #22 from kangaechu/fix-login-error
Browse files Browse the repository at this point in the history
fix login error
  • Loading branch information
yyoshiki41 authored Oct 10, 2022
2 parents 5d9ae1a + fd0ccad commit 98331dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (c *Client) Login(ctx context.Context, mail, password string) (Statuser, er
}

func (c *Client) login(ctx context.Context, mail, password string) error {
apiEndpoint := "ap/member/login/login"
apiEndpoint := "ap/member/webapi/member/login"
v := url.Values{}
v.Set("mail", mail)
v.Set("pass", password)
Expand Down

0 comments on commit 98331dc

Please sign in to comment.