mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
feat: update TMDB access token input to password type with placeholder
This commit is contained in:
@@ -995,6 +995,8 @@ function Content() {
|
||||
}
|
||||
required={!status?.settings.tmdbApiAvailable}
|
||||
value={userData.tmdbAccessToken}
|
||||
type="password"
|
||||
placeholder="Enter your TMDB access token"
|
||||
onValueChange={(value) => {
|
||||
setUserData({
|
||||
...userData,
|
||||
|
||||
Reference in New Issue
Block a user