mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 01:45:51 +01:00
Feature: PinEdit works well
This commit is contained in:
committed by
Isaac Bythewood
parent
bb4522829d
commit
a7670892f0
@@ -127,8 +127,6 @@ export default {
|
||||
onSignUpSucceed() {
|
||||
this.initializeUser(true);
|
||||
},
|
||||
onPinCreated() {
|
||||
},
|
||||
logOut() {
|
||||
api.User.logOut().then(
|
||||
() => {
|
||||
@@ -140,9 +138,8 @@ export default {
|
||||
modals.openLogin(this, this.onLoginSucceed);
|
||||
},
|
||||
createPin() {
|
||||
modals.openPinCreate(
|
||||
modals.openPinEdit(
|
||||
this,
|
||||
this.onPinCreated,
|
||||
{ username: this.user.meta.username },
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user