Skip to content

Commit

Permalink
Merge pull request #6 from codeforprinceton/issue-3
Browse files Browse the repository at this point in the history
fixes Google login styling
  • Loading branch information
sdellis authored Jun 26, 2018
2 parents ecb43bb + d97ee6b commit b60c6ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
</template>

<script>
//import { fireb, auth, fireui } from '../plugins/firebase'
//import firebase from 'firebase'
import firebaseui from 'firebaseui'
import firebaseUiAuthCss from 'firebaseui/dist/firebaseui.css' /* eslint no-unused-vars: 0 */
export default {
name: "login",
mounted () {
Expand Down

0 comments on commit b60c6ba

Please sign in to comment.