follow code convention

This commit is contained in:
Jacob Overgaard
2024-04-16 11:09:48 +02:00
parent dbaa08507e
commit 3b7760f765

View File

@@ -94,7 +94,7 @@ export class UmbAuthFlow {
readonly #scope: string;
// tokens
#tokenResponse: TokenResponse | undefined;
#tokenResponse?: TokenResponse;
constructor(
openIdConnectUrl: string,