Skip to content

Commit

Permalink
Fix NRE
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 7, 2023
1 parent 90c8c02 commit 2381197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer.Vault/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ MainWindowViewModel MainViewModel
public IServiceProvider ServiceProvider { get; private set; }
public IRunningIndicator Indicator { get; private set; }

AvaloniaSynchronizationContext Context;
AvaloniaSynchronizationContext Context = new AvaloniaSynchronizationContext();

internal async Task<bool> Authorize(OriginReason originReason)
{
Expand Down

0 comments on commit 2381197

Please sign in to comment.