Skip to content

Commit

Permalink
Client URI prompt tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Mar 11, 2024
1 parent 49fa861 commit 00a8515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okdata/cli/commands/pubs/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def q_client_uri():
**required_style,
"type": "text",
"name": "client_uri",
"message": "Client URI/back URI",
"message": "Client URI (back URI)",
"when": lambda x: x.get("client_type_id") == "idporten",
"validate": URIValidator,
}
Expand Down

0 comments on commit 00a8515

Please sign in to comment.