pvanand commited on
Commit
f82e214
1 Parent(s): 9a37bde

Update static/landing-page.html

Browse files
Files changed (1) hide show
  1. static/landing-page.html +2 -2
static/landing-page.html CHANGED
@@ -401,10 +401,10 @@
401
  },
402
  methods: {
403
  login() {
404
- window.location.href = '/dashboard';
405
  },
406
  tryNow() {
407
- window.location.href = '/dashboard';
408
  },
409
  selectApp(app) {
410
  this.selectedApp = app;
 
401
  },
402
  methods: {
403
  login() {
404
+ window.location.href = '/login';
405
  },
406
  tryNow() {
407
+ window.location.href = '/login';
408
  },
409
  selectApp(app) {
410
  this.selectedApp = app;