diff options
| -rw-r--r-- | src/components/Card.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Card.js b/src/components/Card.js index fc3e4da..298f968 100644 --- a/src/components/Card.js +++ b/src/components/Card.js | |||
| @@ -39,6 +39,7 @@ export const Card = () => { | |||
| 39 | ) { | 39 | ) { |
| 40 | alert(t('wifi.alert.password.length.5')); | 40 | alert(t('wifi.alert.password.length.5')); |
| 41 | } else { | 41 | } else { |
| 42 | document.title = 'WiFi Card - ' + network.ssid; | ||
| 42 | window.print(); | 43 | window.print(); |
| 43 | } | 44 | } |
| 44 | } else { | 45 | } else { |
