Merge branch 'master' into remember-me

This commit is contained in:
Philip H.
2024-08-16 19:25:36 +02:00
committed by GitHub
13 changed files with 72 additions and 10 deletions
+7
View File
@@ -64,6 +64,13 @@ class API {
});
}
async getUIShowLinks() {
return this.call({
method: 'get',
path: '/ui-show-links',
});
}
async getSession() {
return this.call({
method: 'get',