Skip to content

Commit 92b458c

Browse files
mattjokeHejdaJakub
authored andcommitted
feat(admin): service accounts password reset
* changed service password reset table to use reset instead of change
1 parent f9528ea commit 92b458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/perun/components/src/lib/password-reset/password-reset.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class PasswordResetComponent implements OnInit {
4141
? this.entityStorageService.getEntity().id
4242
: this.store.getPerunPrincipal().userId;
4343
this.displayedColumns = this.authenticationPage
44-
? ['namespace', 'value', 'change']
44+
? ['namespace', 'value', 'reset']
4545
: ['namespace', 'value', 'reset', 'change'];
4646
this.nameSpaces = this.store.getProperty('password_namespace_attributes').map((urn: string) => {
4747
const urns: string[] = urn.split(':');

0 commit comments

Comments
 (0)