Commit b855e84
committed
fix(etsy): remove nameof usage to source settings
After Binding to the EtsyAuthenticationOptions Type instead of each value as section name the actual value we got was by using `nameof(EtsyAuthenticationDefaults.DisplayName)` "DisplayName" and not "Etsy", so this couldn't work with this applyed. Removing the nameof makes it bind again properly1 parent 41dbbc9 commit b855e84
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments