Add link to gitlab login in frontend

This commit is contained in:
Mutzi 2022-08-24 19:22:20 +02:00
parent 4dd852a3cb
commit 5c8e3d88fe

View File

@ -54,6 +54,7 @@ async function login() {
<input type="text" placeholder="Code" v-model="otp" />
</template>
<button @click="login()">Login</button>
<a href="/api/auth/gitlab">Login with gitlab</a>
<router-link to="signup">Signup instead?</router-link>
</template>