Strona działa najlepiej z włączonym JavaScript.
Strona główna
Pomoc
Zaloguj się
heuzef
/
pinry
kopia lustrzana
https://github.com/pinry/pinry.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
44
Wiki
Aktywność
Przeglądaj źródła
Fix: Use refresh for logout
pull/169/head
winkidney
5 lat temu
committed by
Isaac Bythewood
rodzic
602ca97d00
commit
d5a0260d51
2 zmienionych plików
z
2 dodań
i
2 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
pinry-spa/src/components/PHeader.vue
+1
-1
pinry-spa/src/components/api.js
+ 1
- 1
pinry-spa/src/components/PHeader.vue
Wyświetl plik
@@ -105,7 +105,7 @@ export default {
logOut() {
api.User.logOut().then(
() => {
this.$router.push('/'
);
window.location.reload(
);
},
);
},
+ 1
- 1
pinry-spa/src/components/api.js
Wyświetl plik
@@ -39,7 +39,7 @@ const User = {
const self = this;
return new Promise(
(resolve) => {
axios.get('/api-auth/logout/
?next=/api/v2/
').then(
axios.get('/api-auth/logout/').then(
() => {
storage.set(self.storageKey, null, 1);
resolve();
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz