diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-24 17:13:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-24 17:13:57 +0200 |
commit | 431ebbd5e40cdae5326bcd631d9e086cfa4eae1e (patch) | |
tree | 9d9373f3b69cfc5b3f7194389ae82087f23c2ac0 /client/src/app/+signup | |
parent | 54909304287f3c04dcfb39660be8ead57dc95440 (diff) | |
download | PeerTube-431ebbd5e40cdae5326bcd631d9e086cfa4eae1e.tar.gz PeerTube-431ebbd5e40cdae5326bcd631d9e086cfa4eae1e.tar.zst PeerTube-431ebbd5e40cdae5326bcd631d9e086cfa4eae1e.zip |
Migrate deprecated accordion component
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r-- | client/src/app/+signup/+register/register.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+signup/+register/register.component.ts b/client/src/app/+signup/+register/register.component.ts index 9259d902c..c17a3f380 100644 --- a/client/src/app/+signup/+register/register.component.ts +++ b/client/src/app/+signup/+register/register.component.ts | |||
@@ -5,7 +5,7 @@ import { ActivatedRoute } from '@angular/router' | |||
5 | import { AuthService } from '@app/core' | 5 | import { AuthService } from '@app/core' |
6 | import { HooksService } from '@app/core/plugins/hooks.service' | 6 | import { HooksService } from '@app/core/plugins/hooks.service' |
7 | import { InstanceAboutAccordionComponent } from '@app/shared/shared-instance' | 7 | import { InstanceAboutAccordionComponent } from '@app/shared/shared-instance' |
8 | import { NgbAccordion } from '@ng-bootstrap/ng-bootstrap' | 8 | import { NgbAccordionDirective } from '@ng-bootstrap/ng-bootstrap' |
9 | import { UserRegister } from '@shared/models' | 9 | import { UserRegister } from '@shared/models' |
10 | import { ServerConfig } from '@shared/models/server' | 10 | import { ServerConfig } from '@shared/models/server' |
11 | import { SignupService } from '../shared/signup.service' | 11 | import { SignupService } from '../shared/signup.service' |
@@ -18,7 +18,7 @@ import { SignupService } from '../shared/signup.service' | |||
18 | export class RegisterComponent implements OnInit { | 18 | export class RegisterComponent implements OnInit { |
19 | @ViewChild('lastStep') lastStep: CdkStep | 19 | @ViewChild('lastStep') lastStep: CdkStep |
20 | 20 | ||
21 | accordion: NgbAccordion | 21 | accordion: NgbAccordionDirective |
22 | 22 | ||
23 | signupError: string | 23 | signupError: string |
24 | signupSuccess = false | 24 | signupSuccess = false |