diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-15 09:32:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-15 10:54:53 +0100 |
commit | d89fcd1e5efe1f91652a7c9da02a9323dc035f2b (patch) | |
tree | 6eab00f1674c006400dbf11c681c05608b9bf732 /client/src/app/shared | |
parent | c9bc850e93295661e743255b8623ac8e2a95c391 (diff) | |
download | PeerTube-d89fcd1e5efe1f91652a7c9da02a9323dc035f2b.tar.gz PeerTube-d89fcd1e5efe1f91652a7c9da02a9323dc035f2b.tar.zst PeerTube-d89fcd1e5efe1f91652a7c9da02a9323dc035f2b.zip |
Fix password input in edit user
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-instance/instance-follow.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-instance/instance-follow.service.ts b/client/src/app/shared/shared-instance/instance-follow.service.ts index f99dced21..229b58213 100644 --- a/client/src/app/shared/shared-instance/instance-follow.service.ts +++ b/client/src/app/shared/shared-instance/instance-follow.service.ts | |||
@@ -9,7 +9,7 @@ import { environment } from '../../../environments/environment' | |||
9 | 9 | ||
10 | @Injectable() | 10 | @Injectable() |
11 | export class InstanceFollowService { | 11 | export class InstanceFollowService { |
12 | private static BASE_APPLICATION_URL = 'https://peertube2.cpy.re' + '/api/v1/server' | 12 | private static BASE_APPLICATION_URL = environment.production + '/api/v1/server' |
13 | 13 | ||
14 | constructor ( | 14 | constructor ( |
15 | private authHttp: HttpClient, | 15 | private authHttp: HttpClient, |