Skip to content

Commit 72eba1c

Browse files
committed
Auth fix
1 parent dd792ee commit 72eba1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/auth/Auth/Auth.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@
3232
<None Update="GraphQL\GetUser.graphql">
3333
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3434
</None>
35+
<None Update="GraphQL\GetUserByEmail.graphql">
36+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
37+
</None>
3538
<None Update="GraphQL\GetUserRoles.graphql">
3639
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3740
</None>
3841
<None Update="GraphQL\UpdateSessionTimestamp.graphql">
3942
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4043
</None>
44+
<None Update="GraphQL\UpdateUserEmail.graphql">
45+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
46+
</None>
4147
</ItemGroup>
4248

4349
</Project>

0 commit comments

Comments
 (0)