Files
my2/app/components/ui/secure-connection-indicator/index.ts
Bastian Masanek be06e16880 Refactor secure connection handling in LoginForm and introduce SecureConnectionIndicator component
- Remove inline secure connection checks from LoginForm and replace them with a new SecureConnectionIndicator component.
- The SecureConnectionIndicator displays secure connection status messages based on the current protocol.
- Clean up LoginForm template for improved readability and maintainability.
2025-10-31 21:10:54 +01:00

2 lines
87 B
TypeScript

export { default as SecureConnectionIndicator } from './SecureConnectionIndicator.vue'