Skip to content
Snippets Groups Projects
Commit ca08d083 authored by Moul's avatar Moul Committed by Mael
Browse files

[mod] #170: cert: ask to display or not the license

parent 753c3cc2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,10 @@ from click import command, echo_via_pager, confirm
def license_approval(currency):
if currency != "g1":
return
display_license()
if confirm(
"You will be asked to approve Ğ1 license. Would you like to display it?"
):
display_license()
confirm("Do you approve Ğ1 license?", abort=True)
......
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