Skip to content

extensions-app: Fix Logout call

Commit 764527c8 adjusted the "call" call to promisification that never happened (in this bit of code).

We can either add back a callback or properly promisify the call; this opts for the latter.

Fixes: #2735 (closed)

Edited by Florian Müllner

Merge request reports