mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
🔐 fix: token not using webcrypto (#4005)
* fix: token * style: auth pages updated `|` color
This commit is contained in:
parent
aea01f0bc5
commit
c3dc03b063
6 changed files with 23 additions and 14 deletions
|
|
@ -71,7 +71,7 @@ const Registration: React.FC = () => {
|
|||
aria-invalid={!!errors[id]}
|
||||
className="
|
||||
webkit-dark-styles transition-color peer w-full rounded-2xl border border-border-light
|
||||
bg-surface-primary px-3.5 pb-2.5 pt-3 duration-200 focus:border-green-500 focus:outline-none
|
||||
bg-surface-primary px-3.5 pb-2.5 pt-3 text-text-primary duration-200 focus:border-green-500 focus:outline-none
|
||||
"
|
||||
placeholder=" "
|
||||
data-testid={id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue