mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 08:19:23 +00:00
Make warnings yellow
This commit is contained in:
@@ -142,7 +142,7 @@ class PasswordManager:
|
|||||||
colored(
|
colored(
|
||||||
"Warning: script checksum mismatch. "
|
"Warning: script checksum mismatch. "
|
||||||
"Run 'Generate Script Checksum' in Settings if you've updated the app.",
|
"Run 'Generate Script Checksum' in Settings if you've updated the app.",
|
||||||
"red",
|
"yellow",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -1507,7 +1507,7 @@ class PasswordManager:
|
|||||||
print(
|
print(
|
||||||
colored(
|
colored(
|
||||||
f"Warning: This password is blacklisted and should not be used.",
|
f"Warning: This password is blacklisted and should not be used.",
|
||||||
"red",
|
"yellow",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -2320,13 +2320,13 @@ class PasswordManager:
|
|||||||
print(
|
print(
|
||||||
colored(
|
colored(
|
||||||
"Warning: Revealing your parent seed is a highly sensitive operation.",
|
"Warning: Revealing your parent seed is a highly sensitive operation.",
|
||||||
"red",
|
"yellow",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
print(
|
print(
|
||||||
colored(
|
colored(
|
||||||
"Ensure you're in a secure, private environment and no one is watching your screen.",
|
"Ensure you're in a secure, private environment and no one is watching your screen.",
|
||||||
"red",
|
"yellow",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user