Skip to content

Commit

Permalink
Added BCeID login for verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Oct 5, 2023
1 parent 9a3b9e4 commit 8093f63
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions frontend/src/views/LoginView.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<v-container fluid class="full-height">
<!-- login article -->
<article id="login-banner" class="top-banner">
<v-row align="center" justify="center">
<!-- <article id="login-banner" class="top-banner"> -->
<v-row align="center" justify="center">
<v-col align="center">
<v-card class="login-card">
<v-card-title class="gov-header">
<h4 id="login_text">Log In</h4>
<h4 id="login_text">IDIR</h4>
</v-card-title>
<v-card-text id="login_descriptor"> To access the Student Administration Application, you must have a valid IDIR. </v-card-text>
<v-card-actions>
<v-row align="center" justify="center">
<v-btn id="login-button" :href="routes.LOGIN_IDIR" class="ma-2 px-3" dark color="white" style="background-color: #003366" @click="clearStorage">
Expand All @@ -16,9 +16,25 @@
</v-btn>
</v-row>
</v-card-actions>
</v-card></v-col
>
<v-col align="center">
<v-card class="login-card">
<v-card-title class="gov-header">
<h4 id="login_text">BCeID Log In</h4>
</v-card-title>
<v-card-actions>
<v-row align="center" justify="center">
<v-btn id="login-button" :href="routes.LOGIN" class="ma-2 px-3" dark color="white" style="background-color: #003366" @click="clearStorage">
Business BCeID
<v-icon>mdi-login</v-icon>
</v-btn>
</v-row>
</v-card-actions>
</v-card>
</v-row>
</article>
</v-col>
</v-row>
<!-- </article> -->
</v-container>
</template>

Expand Down

0 comments on commit 8093f63

Please sign in to comment.