[ARVADOS-WORKBENCH2] updated: 1.3.1-365-gd6c7e841

Git user git at public.curoverse.com
Fri Feb 22 15:27:51 EST 2019


Summary of changes:
 src/services/auth-service/auth-service.ts | 1 -
 1 file changed, 1 deletion(-)

       via  d6c7e8411ec818d537453c5564c7fa15834cb0be (commit)
      from  c74d94dabd5f66bc948f9a9ed6283cdb59fb392b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d6c7e8411ec818d537453c5564c7fa15834cb0be
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Feb 22 15:27:32 2019 -0500

    14720: Delete commented out code
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/src/services/auth-service/auth-service.ts b/src/services/auth-service/auth-service.ts
index 11e3e776..3fd67fc0 100644
--- a/src/services/auth-service/auth-service.ts
+++ b/src/services/auth-service/auth-service.ts
@@ -101,7 +101,6 @@ export class AuthService {
 
     public login(uuidPrefix: string, homeCluster: string) {
         const currentUrl = `${window.location.protocol}//${window.location.host}/token`;
-        // window.location.assign(`${this.baseUrl || ""}/login?return_to=${currentUrl}`);
         window.location.assign(`https://${homeCluster}/login?remote=${uuidPrefix}&return_to=${currentUrl}`);
     }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list