Skip to content

Commit

Permalink
Add tip
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Feb 4, 2025
1 parent 9a9d0ec commit 05b1901
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/web/src/routes/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,15 @@
</div>
<button
type="submit"
class="w-full text-gray-900 bg-gray-50 hover:bg-gray-100 border border-gray-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center"
class="w-full text-gray-900 bg-gray-50 hover:bg-gray-100 border border-gray-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center mt-10"
>Sign in</button
>
</form>
<p class="text-sm">
<b>Tip:</b> You can create a new user via the
<code>POST http://quickpizza.grafana.com/api/users</code>
endpoint. Attach a JSON payload with <code>username</code> and <code>password</code> keys.
</p>
{#if loginError}
<div class="text-center text-red-500">{loginError}</div>
{/if}
Expand Down

0 comments on commit 05b1901

Please sign in to comment.