fix big in pgp key unconsistent
This commit is contained in:
@@ -231,3 +231,11 @@ pagans.authentifyme = async (
|
||||
);
|
||||
apx.save();
|
||||
};
|
||||
|
||||
pagans.logout=()=>{
|
||||
delete apx.data.auth;
|
||||
delete apx.data.headers;
|
||||
apx.data.headers = apxlocal.headers;
|
||||
apx.save();
|
||||
alert('delete apx.data.auth and reinit apx.data.header');
|
||||
}
|
Reference in New Issue
Block a user