We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b03c2 + 3b3648d commit 2ecc2c2Copy full SHA for 2ecc2c2
README.md
@@ -5,6 +5,8 @@ This is a sample implementation of the Corbado web component being integrated in
5
## File structure
6
7
- `src/main/java/com/example/springboot/FrontendController.java`: The controller that serves the login and profile page.
8
+- `src/main/resources/templates/index.html`: The template of the login page.
9
+- `src/main/resources/templates/profile.html`: The template of the profile page.
10
- `src/main/resources/application.properties`: Contains the environment variables.
11
12
## Prerequisites
0 commit comments