mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
|
||||
<div class={outerClassName}>
|
||||
<input
|
||||
class={inputClassName}
|
||||
class:dot={!show}
|
||||
class={`${inputClassName} ${show ? '' : 'password'}`}
|
||||
{placeholder}
|
||||
bind:value
|
||||
required={required && !readOnly}
|
||||
@@ -62,9 +61,3 @@
|
||||
{/if}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.dot {
|
||||
-webkit-text-security: disc;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user