Skip to content

Commit 53c2052

Browse files
authored
Workaround fix for Angular 9 Document is not defined
For details see manfredsteyer#773
1 parent c587f55 commit 53c2052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/src/oauth-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class OAuthService extends AuthConfig implements OnDestroy {
112112
protected urlHelper: UrlHelperService,
113113
protected logger: OAuthLogger,
114114
@Optional() protected crypto: HashHandler,
115-
@Inject(DOCUMENT) private document: Document
115+
@Inject(DOCUMENT) private document
116116
) {
117117
super();
118118

0 commit comments

Comments
 (0)