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.
This commit is contained in:
1
app/components/ui/secure-connection-indicator/index.ts
Normal file
1
app/components/ui/secure-connection-indicator/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { default as SecureConnectionIndicator } from './SecureConnectionIndicator.vue'
|
||||
Reference in New Issue
Block a user