- 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.
2 lines
87 B
TypeScript
2 lines
87 B
TypeScript
export { default as SecureConnectionIndicator } from './SecureConnectionIndicator.vue'
|