mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-16 07:28:34 -06:00
add lock icon to server password
This commit is contained in:
@@ -83,6 +83,7 @@ export default function ServerAuthentication({
|
||||
<Spacer />
|
||||
|
||||
<Input
|
||||
prependElement={(<Icon small name="lock-outline" color={getToken("$color.amethyst")})}
|
||||
placeholder="Password"
|
||||
value={password}
|
||||
onChangeText={(value : string | undefined) => setPassword(value)}
|
||||
|
||||
Reference in New Issue
Block a user