From 35a47c394e9f7990c0304604832822e61de42ae2 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 30 Jul 2025 17:08:55 +0200 Subject: [PATCH] Fix typo in .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 38fdb44..e4ed18e 100644 --- a/.env.example +++ b/.env.example @@ -279,7 +279,7 @@ IDP_DOMAIN= # We need the complete URL, including the protocol (http or https) and the realm. # Example: "https://keycloak.opencloud.test/realms/openCloud" IDP_ISSUER_URL= -# Url of the account endit page from your Identity Provider. +# Url of the account edit page from your Identity Provider. IDP_ACCOUNT_URL= ## Shared User Directory Mode ##