Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
heuzef
/
pinry
şunun yansıması
https://github.com/pinry/pinry.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
44
Wiki
Aktivite
Kaynağa Gözat
Fix: Use refresh for logout
pull/169/head
winkidney
5 yıl önce
committed by
Isaac Bythewood
ebeveyn
602ca97d00
işleme
d5a0260d51
2 değiştirilmiş dosya
ile
2 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+1
-1
pinry-spa/src/components/PHeader.vue
+1
-1
pinry-spa/src/components/api.js
+ 1
- 1
pinry-spa/src/components/PHeader.vue
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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();
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet