Compare commits

..

No commits in common. "f862ef5d0cf0c5c91fbe28fc2d55a655b744c61c" and "54f4af3c6ae562dfa7035c91683763f80fae2c2f" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -38,7 +38,3 @@ This is a fork (with fixed errors and new features) of [original Double Take](ht
## [Periscope](https://github.com/maksz42/periscope)
[Periscope](https://github.com/maksz42/periscope) is a lightweight Android app that turns old devices into live viewers for Frigate. It works on Android 2.2 and above, including Android TV. It supports authentication and HTTPS.
## [Scrypted - Frigate bridge plugin](https://github.com/apocaliss92/scrypted-frigate-bridge)
[Scrypted - Frigate bridge](https://github.com/apocaliss92/scrypted-frigate-bridge) is an plugin that allows to ingest Frigate detections, motion, videoclips on Scrypted as well as provide templates to export rebroadcast configurations on Frigate.

View File

@ -54,7 +54,7 @@ export default function SetPasswordDialog({
config?.auth?.refresh_time ?? undefined;
const refreshTimeLabel = refreshSeconds
? formatSecondsToDuration(refreshSeconds)
: t("time.30minutes", { ns: "common" });
: "30 minutes";
// visibility toggles for password fields
const [showOldPassword, setShowOldPassword] = useState<boolean>(false);