Skip to content
Snippets Groups Projects
Unverified Commit 2b30696d authored by Thoralf-M's avatar Thoralf-M Committed by GitHub
Browse files

Remove repetition of words (#555)

parent 0144e51e
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ const ( ...@@ -11,7 +11,7 @@ const (
) )
// Login authorizes this API instance against the web API. // Login authorizes this API instance against the web API.
// You must call this function before any before any other call, if the web-auth plugin is enabled. // You must call this function before any other call, if the web-auth plugin is enabled.
func (api *GoShimmerAPI) Login(username string, password string) error { func (api *GoShimmerAPI) Login(username string, password string) error {
res := &webapi_auth.Response{} res := &webapi_auth.Response{}
if err := api.do(http.MethodPost, routeLogin, if err := api.do(http.MethodPost, routeLogin,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment