Skip to content

Commit 0da8b29

Browse files
committed
Last (hopefully) CR
1 parent 62549bd commit 0da8b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/angular-auth-oidc-client/src/lib/utils/url/url.service-mock.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ export class UrlServiceMock {
5050
return of('');
5151
}
5252

53-
private async createUrlCodeFlowWithSilentRenew(
53+
private createUrlCodeFlowWithSilentRenew(
5454
configId: string,
5555
customParams?: { [key: string]: string | number | boolean },
56-
): Promise<string> {
57-
return Promise.resolve('');
56+
): Observable<string> {
57+
return of('');
5858
}
5959

6060
getAuthorizeParUrl(request_uri: string): string {

0 commit comments

Comments
 (0)