mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
minor web cleanup chores
This commit is contained in:
@@ -35,9 +35,9 @@ export class ConfigService {
|
||||
}
|
||||
|
||||
isLocal(): boolean {
|
||||
return (
|
||||
this.hostname.endsWith('.local') || (useMocks && mocks.maskAs === 'local')
|
||||
)
|
||||
return useMocks
|
||||
? mocks.maskAs === 'local'
|
||||
: this.hostname.endsWith('.local')
|
||||
}
|
||||
|
||||
isLocalhost(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user