mirror of
https://github.com/goauthentik/authentik
synced 2026-05-01 11:57:09 +02:00
web: Add member accessibility to lifecycle methods.
This commit is contained in:
@@ -78,7 +78,7 @@ export class AdminOverviewPage extends AdminOverviewBase {
|
||||
@state()
|
||||
protected user?: SessionUser;
|
||||
|
||||
async firstUpdated(): Promise<void> {
|
||||
public async firstUpdated(): Promise<void> {
|
||||
this.user = await me();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user