mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
fixed settings field mixup
This commit is contained in:
parent
235ba2497c
commit
b95b612a0b
@ -45,6 +45,7 @@
|
||||
.form-floating
|
||||
input.form-control(
|
||||
type='text',
|
||||
name='custom_connection_gateway',
|
||||
[(ngModel)]='user.custom_connection_gateway',
|
||||
placeholder='wss://1.2.3.4',
|
||||
autocomplete='off'
|
||||
@ -55,6 +56,7 @@
|
||||
.form-floating
|
||||
input.form-control(
|
||||
type='password',
|
||||
name='custom_connection_gateway_token',
|
||||
[(ngModel)]='user.custom_connection_gateway_token',
|
||||
placeholder='123',
|
||||
autocomplete='new-password'
|
||||
|
@ -9,8 +9,10 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'
|
||||
import './styles.scss'
|
||||
import { AppModule } from './app.module'
|
||||
|
||||
|
||||
if (!location.hostname.endsWith('.local')) {
|
||||
enableProdMode()
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
platformBrowserDynamic().bootstrapModule(AppModule)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user