feat(dashboard): update getShortLink to use HTTPS
This commit is contained in:
		
					parent
					
						
							
								c8b005ec60
							
						
					
				
			
			
				commit
				
					
						8b08c6616c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -25,7 +25,7 @@ export class DashboardComponent { | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   getShortLink(id: string): string { |   getShortLink(id: string): string { | ||||||
|     return window.location.hostname + '/' + id; |     return "https://" + window.location.hostname + '/' + id; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ngOnInit(): void { |   ngOnInit(): void { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue