We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eeefaa commit 31bdca5Copy full SHA for 31bdca5
1 file changed
‎src/app/core/user-info/user-info.service.ts‎
@@ -35,9 +35,10 @@ export class UserInfoService {
35
'userInfo.json'
36
37
if (outhSiginFlag) {
38
- userInfoUrl = runtimeEnvironment.AUTH_SERVER +
39
- (options?.publicRecordId ? options.publicRecordId + '/' : '') +
40
- 'userInfo.json'
+ userInfoUrl =
+ runtimeEnvironment.AUTH_SERVER +
+ (options?.publicRecordId ? options.publicRecordId + '/' : '') +
41
+ 'userInfo.json'
42
}
43
44
return this._http
0 commit comments