refactor(licensing): expand protocl text
This commit is contained in:
@@ -35,7 +35,10 @@ export class LicensingComponent implements OnInit {
|
||||
public activationKeyValue: string = ''
|
||||
|
||||
public applyingKeys: boolean = false
|
||||
public protocol: string = location.protocol === 'https:' ? 'HTTPS' : 'HTTP'
|
||||
public protocol: string =
|
||||
location.protocol === 'https:'
|
||||
? 'HTTPS - secure connection'
|
||||
: 'HTTP - insecure connection'
|
||||
|
||||
public syssite = this.appService.syssite
|
||||
public currentLicenceKey = this.licenceService.licenceKey
|
||||
|
||||
Reference in New Issue
Block a user