Skip to content

Commit

Permalink
Update DiscordAuthGui.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Oct 3, 2023
1 parent e7878f7 commit 29d2678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Backmen/DiscordAuth/DiscordAuthGui.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Content.Client.Backmen.DiscordAuth;
[GenerateTypedNameReferences]
public sealed partial class DiscordAuthGui : Control
{
[Dependency] private readonly DiscordAuthManager _discordAuthManager = default!;
[Dependency] private readonly Content.Corvax.Interfaces.Client.IClientDiscordAuthManager _discordAuthManager = default!;
[Dependency] private readonly IClientConsoleHost _consoleHost = default!;

public DiscordAuthGui()
Expand Down

0 comments on commit 29d2678

Please sign in to comment.