Merge remote-tracking branch 'origin/main' into pr/lordvlad/2
This commit is contained in:
commit
502f46751f
|
@ -78,6 +78,7 @@ and remove unnecessary files.
|
|||
|
||||
```bash
|
||||
rm -r src/App
|
||||
rm src/keycloak-theme/valuesTransferredOverUrl.ts
|
||||
mv src/keycloak-theme/* src/
|
||||
rm -r src/keycloak-theme
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"build-keycloak-theme": "yarn build && keycloakify",
|
||||
"download-builtin-keycloak-theme": "download-builtin-keycloak-theme 15.0.2",
|
||||
"download-builtin-keycloak-theme": "download-builtin-keycloak-theme",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This is a copy paste from https://github.com/InseeFrLab/keycloakify/blob/main/src/lib/pages/Login.tsx
|
||||
import { useState, type FormEventHandler } from "react";
|
||||
// This is a copy paste from https://github.com/InseeFrLab/keycloakify/blob/main/src/lib/pages/Login.tsx
|
||||
// You can replace all relative imports by cherry picking files from the keycloakify module.
|
||||
// For example, the following import:
|
||||
// import { clsx } from "./tools/clsx";
|
||||
|
|
Loading…
Reference in a new issue