Small change

This commit is contained in:
Domingo Dirutigliano
2023-04-12 11:08:30 +02:00
committed by GitHub
parent 16af528411
commit c1f5887e1f

View File

@@ -98,7 +98,7 @@ if start_operation:
puts("Confirm the password: ", end="" , color=colors.yellow, is_bold=True, flush=True) puts("Confirm the password: ", end="" , color=colors.yellow, is_bold=True, flush=True)
check = getpass.getpass("") check = getpass.getpass("")
if check != psw_set: if check != psw_set:
puts("Passwords don't match!" , color=colors.yellow, is_bold=True, flush=True) puts("Passwords don't match!" , color=colors.red, is_bold=True, flush=True)
else: else:
break break