Commit fc7a0f6b by G

set some default values for dev workflow

parent 922a7397
...@@ -40,18 +40,18 @@ export const UserAuthenticationContextProvider = ({ children }: { children: Reac ...@@ -40,18 +40,18 @@ export const UserAuthenticationContextProvider = ({ children }: { children: Reac
refresh: "", refresh: "",
}); });
const [userInformations, setUserInformations] = useState<IuserInformations>({ const [userInformations, setUserInformations] = useState<IuserInformations>({
username: "", username: "JohnDoe",
email: "", email: "JohnDoe@example.com",
firstName: "", firstName: "John",
lastName: "", lastName: "Doe",
marchand: { marchand: {
// biome-ignore lint/style/useNamingConvention: <Api response> // biome-ignore lint/style/useNamingConvention: <Api response>
marchand_id: "", marchand_id: "id123",
nom: "", nom: "Beasy",
code: "", code: "BEASY-EXAMPLE-1",
adresse: "", adresse: "Plateau 2, 1023, Immeuble Chardy",
urlSuccess: "", urlSuccess: "https://example.com/success",
urlEchec: "", urlEchec: "https://example.com/echec",
entreprise: 0, entreprise: 0,
user: 0, user: 0,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment