Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit d9301b3

Browse files
committed
test
1 parent 8e1b031 commit d9301b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Frontend/Jp.AdminUI/src/app/panel/persisted-grants/persisted-grants.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export class PersistedGrantsService {
2020
}
2121

2222
public remove(key: string): Observable<void> {
23-
return this.http.delete<void>(`${this.endpoint}/${key}`);
23+
return this.http.delete<void>(`${this.endpoint}/${btoa(key)}`);
2424
}
2525
}

0 commit comments

Comments
 (0)