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