Skip to content

Commit

Permalink
displaying the auth token a bit lower
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Sep 11, 2024
1 parent 24f3d89 commit 8b80566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui2/pages/request/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ func (r *Request) renderRequestSummary() string {
{fmt.Sprintf("Endpoint %s:", styles.HelpKey.Render("<e>")), r.Config.Endpoint},
{"Network:", r.Config.OverrideNetwork},
{"Module params:", r.Config.Params + r.Config.DefaultParams},
{"Auth Token", authToken},
{"", ""},
{"Auth Token", authToken},
{fmt.Sprintf("Module %s:", styles.HelpKey.Render("<m>")), r.Config.OutputModule},
{fmt.Sprintf("Start block %s:", styles.HelpKey.Render("<s>")), startBlock},
{fmt.Sprintf("Stop block %s:", styles.HelpKey.Render("<t>")), r.Config.StopBlock},
Expand Down

0 comments on commit 8b80566

Please sign in to comment.