web: fix display of scopes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -35,9 +35,9 @@ export class UserOAuthCodeList extends Table<ExpiringBaseGrantModel> {
|
||||
|
||||
row(item: ExpiringBaseGrantModel): TemplateResult[] {
|
||||
return [
|
||||
html`${item.provider}`,
|
||||
html`${item.provider.name}`,
|
||||
html`${item.expires?.toLocaleString()}`,
|
||||
html`${item.scope}`,
|
||||
html`${item.scope.join(", ")}`,
|
||||
html`
|
||||
<ak-forms-delete
|
||||
.obj=${item}
|
||||
|
||||
Reference in New Issue
Block a user