web/admin/user: fix user source connection lookups
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -26,7 +26,7 @@ export class SourceSettingsOAuth extends BaseUserSettings {
|
||||
|
||||
renderInner(source: OAuthSource): TemplateResult {
|
||||
return html`${until(new SourcesApi(DEFAULT_CONFIG).sourcesOauthUserConnectionsList({
|
||||
source: this.objectId
|
||||
sourceSlug: this.objectId
|
||||
}).then((connection) => {
|
||||
if (connection.results.length > 0) {
|
||||
return html`<p>${gettext("Connected.")}</p>
|
||||
|
Reference in New Issue
Block a user