]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/signup/signup.component.ts
Add ability to set a name to a channel
[github/Chocobozzz/PeerTube.git] / client / src / app / signup / signup.component.ts
index 076dac4547737db563b1e46c8c1abfb372b9c870..ed68487ae10ae9aa524eece634e1fb2b6ff1d687 100644 (file)
@@ -34,6 +34,10 @@ export class SignupComponent extends FormReactive implements OnInit {
     return this.serverService.getConfig().user.videoQuota
   }
 
+  get instanceHost () {
+    return window.location.host
+  }
+
   ngOnInit () {
     this.buildForm({
       username: this.userValidatorsService.USER_USERNAME,