-
Notifications
You must be signed in to change notification settings - Fork 65
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
Vue Spring Boot CRUD updated #1244
Conversation
✅ Deploy Preview for okta-blog ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
<q-card class="my-card"> | ||
<q-card-section style="text-align: center"> | ||
<div v-if='authState && authState.isAuthenticated' > | ||
<h6 v-if="claims && claims.email">You are logged in as {{ '{{' }}claims.email}}</h6> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should be able to wrap the whole code block with {% raw %}
and {% endraw %}
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took a quick pass and looked for low-hanging fruit. The screenshots look excellent, so I look forward to QAing tomorrow!
@havi You can probably start on copy editing if you like.
Co-authored-by: Matt Raible <[email protected]>
Co-authored-by: Matt Raible <[email protected]>
Co-authored-by: Matt Raible <[email protected]>
Co-authored-by: Matt Raible <[email protected]>
Co-authored-by: Matt Raible <[email protected]>
…blog into spring-boot-crud-update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A handful of small tweaks - mostly punctuation and capitalization. thanks. After that, let's ship it.
Co-authored-by: havi hoffman <[email protected]>
This blog post has the following features: