Skip to content
Snippets Groups Projects
Commit dcde01a2 authored by L. Ellenbeck's avatar L. Ellenbeck Committed by Petar Hristov
Browse files

Fix: Corrected merge oopsie

parent 64f2f2e0
Branches
Tags
3 merge requests!431Chore: 3.1.0,!425Fix: Corrected merge oopsie,!424Fix: Corrected merge oopsie
"@coscine:registry" "https://git.rwth-aachen.de/api/v4/packages/npm/"
......@@ -49,11 +49,6 @@
/>
<span>{{ $t("page.login.button_orcid") }}</span>
</b-button>
<!-- Regg App Login Button -->
<b-button variant="primary" @click.prevent="toRegAppLoginPage">
<span>{{ $t("page.login.button_regApp") }}</span>
</b-button>
</div>
</transition>
</div>
......@@ -67,12 +62,6 @@ import type { LoginUrls } from "@coscine/api-client/dist/types/Coscine.Api.STS";
// import the store for current module
import useLoginStore from "../store";
// Id for the orcid external provider
const orcidId = "f383f83c-26cb-47eb-80c8-639ed05bd0de";
// Id for the reg app external provider
const regAppId = "3a1e7185-0328-47ed-afd7-a4ffd7f03a79";
export default defineComponent({
components: {
Institution,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment