fix big in pgp key unconsistent

This commit is contained in:
2023-06-02 10:21:01 +02:00
parent c84a8c5aef
commit 9294ff7dba
17 changed files with 154 additions and 154 deletions

View File

@@ -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');
}