Fix login issue
This commit is contained in:
@ -141,7 +141,7 @@ export class UserResolver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ResolveField(() => String, {
|
@ResolveField(() => String, {
|
||||||
nullable: false,
|
nullable: true,
|
||||||
})
|
})
|
||||||
supportUserHash(@Parent() parent: User): string | null {
|
supportUserHash(@Parent() parent: User): string | null {
|
||||||
if (this.environmentService.getSupportDriver() !== SupportDriver.Front) {
|
if (this.environmentService.getSupportDriver() !== SupportDriver.Front) {
|
||||||
|
|||||||
Reference in New Issue
Block a user