|
|
|
@ -77,7 +77,7 @@ const getViews = screen => {
|
|
|
|
|
},
|
|
|
|
|
pwnedPassword: quit => {
|
|
|
|
|
text(
|
|
|
|
|
{ content: '[!] Your password has been breached.\nSee https://haveibeenpwned.com/Passwords for more details.\nPlease quit and try again.' },
|
|
|
|
|
{ content: '[!] Your password has been breached.\nSee https://haveibeenpwned.com/passwords for more details.\nPlease quit and try again.' },
|
|
|
|
|
{ color: 'red', borders: true }
|
|
|
|
|
);
|
|
|
|
|
const quitButton = button({ top: 5, content: 'Quit' });
|
|
|
|
|