From d0fc8dd1b67f9265302be328c37168c64b760b8a Mon Sep 17 00:00:00 2001 From: Nitheesh T Ganesh <60233274+nitheesh-aot@users.noreply.github.com> Date: Tue, 14 Jul 2020 09:14:40 -0700 Subject: [PATCH 1/3] BCSC - Frozen on one screen#4300 (#870) * BCSC - Frozen on one screen#4300 * handling route from common components --- .../components/auth/mixins/NextPageMixin.vue | 20 +++++++++-------- auth-web/src/util/constants.ts | 5 ++++- .../src/views/auth/ChooseAuthMethodView.vue | 22 +++++++++++++++---- 3 files changed, 33 insertions(+), 14 deletions(-) diff --git a/auth-web/src/components/auth/mixins/NextPageMixin.vue b/auth-web/src/components/auth/mixins/NextPageMixin.vue index ceff83f61c..cf67d8db02 100644 --- a/auth-web/src/components/auth/mixins/NextPageMixin.vue +++ b/auth-web/src/components/auth/mixins/NextPageMixin.vue @@ -1,6 +1,6 @@ // You can declare a mixin as the same style as components.