recovery -> restore

This commit is contained in:
Sebastian 2023-04-03 12:29:27 -03:00
parent 1e94777aa9
commit f788955d40
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -14,7 +14,7 @@
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/ */
import { parseRecoveryUri } from "@gnu-taler/taler-util"; import { parseRestoreUri } from "@gnu-taler/taler-util";
import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
import { useAlertContext } from "../../context/alert.js"; import { useAlertContext } from "../../context/alert.js";
import { useBackendContext } from "../../context/backend.js"; import { useBackendContext } from "../../context/backend.js";
@ -41,7 +41,7 @@ export function useComponentState({
}, },
}; };
} }
const info = parseRecoveryUri(talerRecoveryUri); const info = parseRestoreUri(talerRecoveryUri);
if (!info) { if (!info) {
return { return {