File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Assets/Plugins/Web3AuthSDK Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -419,15 +419,15 @@ private void sessionTimeOutAPI()
419419 public string getPrivKey ( )
420420 {
421421 if ( web3AuthResponse == null )
422- return null
422+ return null ;
423423
424424 return web3AuthOptions . useCoreKitKey . Value ? web3AuthResponse . coreKitKey : web3AuthResponse . privKey ;
425425 }
426426
427427 public string getEd25519PrivKey ( )
428428 {
429429 if ( web3AuthResponse == null )
430- return null
430+ return null ;
431431
432432 return web3AuthOptions . useCoreKitKey . Value ? web3AuthResponse . coreKitEd25519PrivKey : web3AuthResponse . ed25519PrivKey ;
433433 }
Original file line number Diff line number Diff line change 1- m_EditorVersion: 2021.3.3f1
2- m_EditorVersionWithRevision: 2021.3.3f1 (af2e63e8f9bd )
1+ m_EditorVersion: 2021.3.6f1
2+ m_EditorVersionWithRevision: 2021.3.6f1 (7da38d85baf6 )
You can’t perform that action at this time.
0 commit comments