web/satellite: add login path

path will be used for a new link

Change-Id: Idb14ea5bd152cf169575b7223fc429eb44d7049e
This commit is contained in:
Malcolm Bouzi 2021-04-21 22:53:52 +02:00
parent 08e1ce8930
commit 31c1137860

View File

@ -31,6 +31,8 @@ export default class ForgotPassword extends Vue {
// tardigrade logic
public isDropdownShown: boolean = false;
public readonly loginPath: string = RouteConfig.Login.path;
/**
* Checks if page is inside iframe
*/