Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JWT authentication with database-backed sessions #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix mismatched divs
  • Loading branch information
rlk-stripe committed Sep 17, 2018
commit ee4edc6e17b72219d5ce7b378a761d6c0679a9be
1 change: 1 addition & 0 deletions client/src/components/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<div class="upgrade-plan" v-if="extraRequests > 0">
<p>Want to increase your included requests?</p>
<button class="upgrade" @click="$router.push('/pricing')">Upgrade your plan</button>
</div>
</div>
</section>
</template>
Expand Down
3 changes: 2 additions & 1 deletion client/src/components/Pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
</div>
<p>plan and use <input type="number" v-model.number="estimatedRequests"> requests,
your bill will be <span v-text="estimatedTotalCost"></span>.
</p>
</p>
</div>
</div>
</div>
</section>
Expand Down