From a7825476d8997a7657984f4bf09e0fe485d16bab Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Tue, 16 Aug 2022 08:28:50 -0700 Subject: [PATCH] small change --- _source/_posts/2022-08-15-spring-boot-crud-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/_posts/2022-08-15-spring-boot-crud-update.md b/_source/_posts/2022-08-15-spring-boot-crud-update.md index 8510ef3046..a1da7617c9 100644 --- a/_source/_posts/2022-08-15-spring-boot-crud-update.md +++ b/_source/_posts/2022-08-15-spring-boot-crud-update.md @@ -416,7 +416,7 @@ npm i --save axios vuejs3-logger vue-router@4 @okta/okta-vue To learn more about how Okta integrates with Vue, take a look at [the GitHub page](https://github.com/okta/okta-vue) for the `okta/okta-vue` project. There are also more resources and example applications listed on in [the general Okta docs](https://developer.okta.com/code/vue/). -Replace `main.js` with the following. Look at the `OktaAuth` configuration object. Notice there are two values that are pulled from a `.env` file. +Replace `main.js` with the following. Look at the `OktaAuth` configuration object. Notice the client ID and issuer URI are pulled from a `.env` file. `src/main.js`