mirror of https://github.com/open-webui/open-webui
Update the `<title>` tag content in `src/routes/auth/+page.svelte` to "UOH-AI"
This commit is contained in:
parent
b47a053420
commit
95676583b5
|
@ -157,7 +157,7 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>
|
||||
{`${$WEBUI_NAME}`}
|
||||
{`UOH-AI`}
|
||||
</title>
|
||||
</svelte:head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue