feat: update TMDB access token input to password type with placeholder

This commit is contained in:
Viren070
2025-06-09 19:47:34 +01:00
parent 938323f1dd
commit 23788695e2
@@ -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,