mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:07:32 +00:00
docs: fix get started guide (#5141)
* docs: fix file ending * docs: skip optional steps
This commit is contained in:
@@ -133,7 +133,9 @@ As a user of the ZITADEL Cloud Customer Portal, you now have the ability to crea
|
||||
|
||||

|
||||
|
||||
### 4. Add Users
|
||||
### 4. Add Users (optional)
|
||||
|
||||
[Skip optional steps](quickstart/#7-create-an-application-in-your-project) and jump directly to the create application step.
|
||||
|
||||
1. To add users, click on “Users” at the top menu. You will see that the user you already created is listed as a user here. Click on the “New” button to create a new user.
|
||||
|
||||
@@ -151,7 +153,7 @@ As a user of the ZITADEL Cloud Customer Portal, you now have the ability to crea
|
||||
|
||||

|
||||
|
||||
### 5. Add Roles to your Project
|
||||
### 5. Add Roles to your Project (optional)
|
||||
|
||||
1. To add roles to your project, click on “Roles” on the left as shown below. Next, click on the “New” button.
|
||||
|
||||
@@ -577,9 +579,9 @@ In the PKCE flow, the code verifier is a random string generated by the client a
|
||||
```
|
||||
|
||||
|
||||
7. Go to index.js and replace ```import './index.css';``` with ```import './style.css'```. Your index.css file should look like this:
|
||||
7. Go to index.js and replace ```import './index.css';``` with ```import './style.css'```. Your index.js file should look like this:
|
||||
|
||||
[src/index.css](https://github.com/zitadel/react-user-authentication/blob/main/src/index.js)
|
||||
[src/index.js](https://github.com/zitadel/react-user-authentication/blob/main/src/index.js)
|
||||
|
||||
```
|
||||
import React from 'react';
|
||||
|
Reference in New Issue
Block a user