Skip to content

Commit 6997ad1

Browse files
committed
v0.9.7 oauth
1 parent 1067a74 commit 6997ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/application-detail/application-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>
7979

8080
<section>
8181
<mat-checkbox [(ngModel)]="application.oauth_required" [disabled]="readOnlyValue">
82-
OAuth2 Required (Only for Internal Employees and Internal Application, {{ oauth.display_name }})
82+
Enable OAuth2 (Only for Internal Employees and Internal Applications. {{ oauth.display_name }})
8383
</mat-checkbox>
8484
</section>
8585

src/app/application-detail/application-detail.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class ApplicationDetailComponent implements OnInit {
5555
this.application.ip_method=1;
5656
this.application.destinations=[];
5757
this.application.oauth_required=false;
58-
this.application.session_seconds=86400;
58+
this.application.session_seconds=7200;
5959
this.application.owner=this.applicationService.auth_user.username;
6060
this.addDomain();
6161
this.addDestination();

0 commit comments

Comments
 (0)