Skip to content

Commit 3937339

Browse files
committed
stored wrong property value
1 parent e0a3658 commit 3937339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinAppTest/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private void MapControlOnNewCredentials( object? sender, NewCredentialsEventArgs
176176
break;
177177

178178
case nameof(GoogleCredentials.SignatureSecret):
179-
_appConfiguration.Credentials.GoogleCredentials.ApiKey = (string)credProp.Value!;
179+
_appConfiguration.Credentials.GoogleCredentials.SignatureSecret = (string)credProp.Value!;
180180
break;
181181
}
182182

0 commit comments

Comments
 (0)