File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Assets/Plugins/Web3AuthSDK/Types Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22
33public class WhiteLabelData {
4- public string appName { get ; set ; }
5- public string logoLight { get ; set ; }
6- public string logoDark { get ; set ; }
7- public string defaultLanguage { get ; set ; } = "en" ;
8- public string mode { get ; set ; } = "light" ;
9- public Dictionary < string , string > theme { get ; set ; }
4+ public string ? appName { get ; set ; }
5+ public string ? logoLight { get ; set ; }
6+ public string ? logoDark { get ; set ; }
7+ public string ? defaultLanguage { get ; set ; } = "en" ;
8+ public string ? mode { get ; set ; } = "light" ;
9+ public Dictionary < string , string > ? theme { get ; set ; }
1010 public string ? appUrl { get ; set ; }
1111 public bool ? useLogoLoader { get ; set ; } = false ;
1212}
You can’t perform that action at this time.
0 commit comments