diff --git a/src/LoginApp.vue b/src/LoginApp.vue index 5304f56a73fb44bba4faf34d7aede5dd7b3ee2e0..447ffd2c123e67462c2b315da6820d680a47a01f 100644 --- a/src/LoginApp.vue +++ b/src/LoginApp.vue @@ -46,7 +46,6 @@ :loggedInWithShibboleth="this.loggedInWithShibboleth" :mergeReturnUrl="mergeReturnUrl" @back="loginBack" - @clickGetLoginForm="getLoginForm" @clickGetORCiDForm="getORCiDForm" @changeLogoutState="changeLogoutState" /> @@ -81,7 +80,6 @@ - - \ No newline at end of file diff --git a/src/components/LoginMain.vue b/src/components/LoginMain.vue index c5122a6f21893783eeef7c37a25250eb226ed850..3ffe0b7d6391f4372069c346f83eec5040bcca5c 100644 --- a/src/components/LoginMain.vue +++ b/src/components/LoginMain.vue @@ -9,20 +9,12 @@ {{ $t('login_button_orcid') }} -
- -
-
- -
@@ -36,9 +28,6 @@ export default Vue.extend({ shibbolethReturnUrl: String, }, methods: { - clickGetLoginForm() { - this.$emit('clickGetLoginForm'); - }, clickGetORCiDForm() { this.$emit('clickGetORCiDForm'); },