Compare commits

...

3 Commits

Author SHA1 Message Date
Faton Ramadani
99c15260e4 Merge branch 'main' into instructions_helm 2023-09-26 14:18:34 +02:00
hcourdent
f8d5104dfb Merge branch 'main' into instructions_helm 2023-09-26 11:57:56 +02:00
hcourdent
1325d3ccb3 Tiny instructions & fixes frontend 2023-09-26 11:55:56 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@
<input type="text" placeholder="name (optional)" bind:value={name} />
</div>
<div>
<input type="text" placeholder="company (optional)" bind:value={company} />
<input type="text" placeholder="password" bind:value={company} />
</div>
<div class="text-xs text-tertiary grow text-right"> Email will be sent if SMTP configured </div>
</div>

View File

@@ -57,7 +57,7 @@
<div class="text-sm text-secondary border p-2">
Create a new OAuth 2.0 Client <a
href="https://console.cloud.google.com/apis/credentials"
target="_blank">in google console</a
target="_blank">in Google console</a
>
and set the redirect URI to <code>BASE_URL/user/login_callback/google</code>
where BASE_URL is what you configured as core BASE_URL
@@ -72,7 +72,7 @@
<div class="text-sm text-secondary border p-2">
Create a new OAuth 2.0 Client <a
href="https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade"
target="_blank">in microsoft portal</a
target="_blank">in Microsoft portal</a
>
and in the "Authentication" tab, set the redirect URI to
<code>BASE_URL/user/login_callback/microsoft</code>, the logout channel to