Skip to content

Commit

Permalink
fix(provider-auth): fix UI for adding provider authentications
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed May 7, 2018
1 parent 336358d commit d3930e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/components/app-user/app-user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h4>New Authentication</h4>
</div>
<div class="form-field">
<label class="form-label">Authentication Type</label>
<app-selectbox [data]="tokenTypeOptions" (ngModelChange)="changeTokenTypeSelect($event)" [(ngModel)]="token.type"></app-selectbox>
<app-selectbox [data]="tokenTypeOptions" (ngModelChange)="changeTokenTypeSelect($event)" [(ngModel)]="token.type" name="access_token_type"></app-selectbox>
</div>
<div class="form-field">
<label class="form-label">Description</label>
Expand Down

0 comments on commit d3930e9

Please sign in to comment.