Design
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
// uid: ausweis.uid,
|
||||
// });
|
||||
|
||||
localStorage.clear()
|
||||
window.location.href = `/kaufabschluss?uid=${ausweis.uid}`;
|
||||
}
|
||||
|
||||
@@ -140,6 +141,9 @@
|
||||
Authorization: `Bearer ${Cookies.get(API_ACCESS_TOKEN_COOKIE_NAME)}`
|
||||
}
|
||||
})
|
||||
|
||||
// Alle alten Ausweisdateien im localStorage löschen.
|
||||
localStorage.clear();
|
||||
|
||||
if (bezahlmethode === Enums.Bezahlmethoden.rechnung) {
|
||||
window.location.href = `/payment/success?uid=${uid}`
|
||||
|
||||
Reference in New Issue
Block a user