recovery -> restore
This commit is contained in:
parent
1e94777aa9
commit
f788955d40
@ -14,7 +14,7 @@
|
||||
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 { useAlertContext } from "../../context/alert.js";
|
||||
import { useBackendContext } from "../../context/backend.js";
|
||||
@ -41,7 +41,7 @@ export function useComponentState({
|
||||
},
|
||||
};
|
||||
}
|
||||
const info = parseRecoveryUri(talerRecoveryUri);
|
||||
const info = parseRestoreUri(talerRecoveryUri);
|
||||
|
||||
if (!info) {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user