Skip to content
Snippets Groups Projects
Verified Commit 13bc10aa authored by Mark's avatar Mark
Browse files

Refactor login page

parent 444149da
No related branches found
No related tags found
1 merge request!2Minimal frontend
......@@ -8,7 +8,7 @@
<b-card
title="Login"
bg-variant="light">
<b-btn @click="$auth.loginWith('oas')" block class="login-button">Login with OAS</b-btn>
<b-btn id="loginButton" @click="$auth.loginWith('oas')" block class="login-button">Login with OAS</b-btn>
</b-card>
</b-col>
</b-row>
......
......@@ -4,7 +4,7 @@ module.exports = {
},
elements: {
loginButton: {
selector: '.login-button'
selector: '#loginButton'
}
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment