mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-01 09:20:01 -05:00
Fixed the button text in the password dialog
This commit is contained in:
@@ -23,6 +23,7 @@ export const ConfigProvider = (props) => {
|
||||
placeholder: "Dein Passwort",
|
||||
description: localStorage.getItem("password") ? <span className="icon-red">Das von dir eingegebene Passwort ist falsch</span> : "",
|
||||
password: true,
|
||||
buttonText: "Fertig",
|
||||
onClose: () => window.location.reload(),
|
||||
onSuccess: (value) => {
|
||||
localStorage.setItem("password", value);
|
||||
|
||||
Reference in New Issue
Block a user