mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update redirect on /try-fleet/login and /try-fleet/register (#15655)
Changes: - Updated the forms on /try-fleet/login and /try-fleet/register to redirect users to /try-fleet/explore-data
This commit is contained in:
parent
9812c10d1d
commit
297f84cc8c
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ parasails.registerPage('register', {
|
|||
if(this.exploreDataRedirectSlug){
|
||||
window.location = this.exploreDataRedirectSlug;
|
||||
} else {
|
||||
window.location = '/try-fleet/fleetctl-preview';
|
||||
window.location = '/try-fleet/explore-data';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ parasails.registerPage('sandbox-login', {
|
|||
if(this.exploreDataRedirectSlug){
|
||||
window.location = this.exploreDataRedirectSlug;
|
||||
} else {
|
||||
window.location = '/try-fleet/fleetctl-preview';
|
||||
window.location = '/try-fleet/explore-data';
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue