web/satellite: add paths for register and login pages to allow for travel between both

Change-Id: Ic3a891c790bad1a851609fd6203f271dbca45762
This commit is contained in:
Malcolm Bouzi 2021-04-15 18:03:08 -04:00
parent dfe4d09a89
commit f380bda814
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@ export default class Login extends Vue {
// Tardigrade logic
public isDropdownShown: boolean = false;
public readonly registerPath: string = RouteConfig.Register.path;
/**
* Lifecycle hook after initial render.
* Makes activated banner visible on successful account activation.

View File

@ -71,6 +71,8 @@ export default class RegisterArea extends Vue {
public employeeCountOptions = ['1-50', '51-1000', '1001+'];
public optionsShown = false;
public readonly loginPath: string = RouteConfig.Login.path;
/**
* Lifecycle hook on component destroy.
* Sets view to default state.