Commit 53aea859 authored by Jie Yuan's avatar Jie Yuan
Browse files

remove access confirmation on aai

parent 85d575ef
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
<div class="container">
<!--<div class="container">
    <div class="card card-container">



     <button class="btn btn-sm btn-secondary btn-block" (click)="ConfirmWithB2Access()">Confirmation with AAI</button> 
     <!-- <button class="btn btn-sm btn-secondary btn-block" href="https://localhost:8443/login">Login with AAI</button> -->
    </div>
  
    </div>
  </div>-->
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ export class AailoginComponent implements OnInit {
  constructor(private authService: AuthService, public router: Router ) {
    const parameters = new URLSearchParams(window.location.search);
    this.token = parameters.get('AccessToken');
    this.ConfirmWithB2Access();
   // console.log(this.token);
    //console.log('ccccc');
  }