JWT refresh
This commit is contained in:
@@ -55,6 +55,7 @@ export default function EditRestaurantSubscription(props) {
|
||||
.catch((error) => {
|
||||
dispatch(hideBackdrop());
|
||||
dispatch(notification("Wystąpił błąd, spróbuj ponownie.", "error"));
|
||||
throw error;
|
||||
});
|
||||
};
|
||||
|
||||
@@ -63,7 +64,7 @@ export default function EditRestaurantSubscription(props) {
|
||||
};
|
||||
|
||||
const onAccept = () => {
|
||||
dispatch(refreshUserData(token));
|
||||
dispatch(refreshUserData());
|
||||
openInNewTab("https://secure.przelewy24.pl/trnRequest/0");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user