Project

General

Profile

« Previous | Next » 

Revision 58109

Added a join page which will be the page users see when they login and they don't have a repository registered

View differences:

authentication.service.ts
30 30
      sessionStorage.setItem('state.location', url);
31 31
    } else {
32 32
      /*sessionStorage.setItem("state.location", this.router.url);*/
33
      sessionStorage.setItem('state.location', '/emptyPage');
33
      sessionStorage.setItem('state.location', '/join');
34 34
    }
35 35
    console.log('redirect location', sessionStorage.getItem('state.location'));
36 36
    window.location.href = this.loginUrl;

Also available in: Unified diff