Skip to content

Commit

Permalink
fix: gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryLebovski committed May 22, 2024
1 parent 8056a6d commit 5e77e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ target/

# Nix
/result

.DS_Store
2 changes: 0 additions & 2 deletions client/src/send_message/send_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ func Login(username, password string) {
}

response, err := client.LoginAsUser(ctx, userCredentials)
fmt.Println(response.UserUuid.Uuid)
fmt.Println(response.Token.Token)
if err != nil {
log.Fatalf("could not login: %v", err)
}
Expand Down

0 comments on commit 5e77e3e

Please sign in to comment.