-
+
diff --git a/btc-UI/src/app/login/login.component.html b/btc-UI/src/app/login/login.component.html
index aff40ac..7027f88 100644
--- a/btc-UI/src/app/login/login.component.html
+++ b/btc-UI/src/app/login/login.component.html
@@ -19,7 +19,7 @@
-
+ -->
diff --git a/btc-UI/src/app/login/login.component.ts b/btc-UI/src/app/login/login.component.ts
index 74397dc..47e23f7 100644
--- a/btc-UI/src/app/login/login.component.ts
+++ b/btc-UI/src/app/login/login.component.ts
@@ -219,21 +219,21 @@ export class LoginComponent implements OnInit, OnDestroy {
localStorage.setItem('userName', printData.name);
localStorage.setItem('employeeId', printData.employeeId);
- // 🖨️ Print logic commented out
+ // 🖨️ Print logic commented out
- // fetch('http://localhost:9100/print', {
- // method: 'POST',
- // headers: { 'Content-Type': 'application/json' },
- // body: JSON.stringify(printData),
- // })
- // .then((res) => {
- // if (!res.ok) throw new Error('Print failed');
- // console.log('🖨️ Print successful');
- // })
- // .catch((err) => {
- // console.error('‼️ Print failed', err);
- // this.loginError = 'Login OK, but printing failed.';
- // });
+ fetch('http://localhost:9100/print', {
+ method: 'POST',
+ headers: { 'Content-Type': 'application/json' },
+ body: JSON.stringify(printData),
+ })
+ .then((res) => {
+ if (!res.ok) throw new Error('Print failed');
+ console.log('🖨️ Print successful');
+ })
+ .catch((err) => {
+ console.error('‼️ Print failed', err);
+ this.loginError = 'Login OK, but printing failed.';
+ });
// ✅ Open secondary screen after login
diff --git a/btc-UI/src/assets/horse.jpg b/btc-UI/src/assets/horse.jpg
new file mode 100644
index 0000000..e04fca5
Binary files /dev/null and b/btc-UI/src/assets/horse.jpg differ
diff --git a/btc-UI/src/assets/horse_cropped.jpg b/btc-UI/src/assets/horse_cropped.jpg
new file mode 100644
index 0000000..ff1d938
Binary files /dev/null and b/btc-UI/src/assets/horse_cropped.jpg differ