Skip to content

Commit

Permalink
Merge pull request #143 from specklesystems/dim/pre-beta-updates
Browse files Browse the repository at this point in the history
improvement(frontend): improves tos + privacy display from serverinfo variable
  • Loading branch information
didimitrie authored Mar 16, 2021
2 parents 32ca150 + 3fabebb commit 24fb9ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions packages/frontend/src/components/auth/Blurb.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<template>
<v-card class="elevation-0 transparent pa-5 pb-0">
<v-card-text class="text-h3 text-sm-h4 text-md-h3 primary--text">
<span class="primary--text"><b>Speckle</b></span>
<span class="primary--text">
<b>
<a class="text-decoration-none" href="https://speckle.systems" target="_blank">Speckle</a>
</b>
</span>
<span class="font-weight-light">, empowering your design and construction data.</span>
</v-card-text>
<div class="">
Expand All @@ -14,7 +18,6 @@
</span>
</v-card-text>
</div>
<v-card-text v-if="serverInfo">{{ serverInfo.name }} @ {{ serverInfo.company }}</v-card-text>
</v-card>
</template>
<script>
Expand Down
2 changes: 2 additions & 0 deletions packages/frontend/src/views/Auth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</v-col>
<v-col cols="12" md="6" lg="4" xl="3">
<router-view></router-view>
<p class="caption text-center mt-2" v-html="serverInfo.termsOfService"></p>
</v-col>
</v-row>
</v-container>
Expand Down Expand Up @@ -36,6 +37,7 @@ export default {
company
description
adminContact
termsOfService
}
}
`
Expand Down
3 changes: 0 additions & 3 deletions packages/frontend/src/views/auth/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
<div class="mx-4 align-self-center">
<a href="/authn/resetpassword" class="text-decoration-none">Forgot your password?</a>
</div>
<!-- <div class="mx-4 align-self-center">
<v-btn color="primary" plain text to="/authn/resetpassword">Reset your password</v-btn>
</div> -->
</div>
</div>
</v-card>
Expand Down

0 comments on commit 24fb9ca

Please sign in to comment.