web/satellite: add paths for register and login pages to allow for travel between both
Change-Id: Ic3a891c790bad1a851609fd6203f271dbca45762
This commit is contained in:
parent
dfe4d09a89
commit
f380bda814
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user