diff --git a/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs b/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs index 83fc4e270..0d32ce9a7 100644 --- a/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs +++ b/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs @@ -22,6 +22,8 @@ using UnityEditor; #endif +// this is a test... + namespace Immutable.Passport { @@ -53,7 +55,7 @@ public class Passport /// Gets or sets the log level for the SDK. /// /// - /// The log level determines which messages are recorded based on their severity. + /// The log level determines which messages are recorded based on their severity. /// /// The default value is . /// @@ -132,7 +134,7 @@ private Passport() } /// - /// Initialises Passport with the specified parameters. + /// Initialises Passport with the specified parameters. /// This sets up the Passport instance, configures the web browser, and waits for the ready signal. /// /// The client ID @@ -226,7 +228,7 @@ private async UniTask Initialise( else { #if IMMUTABLE_CUSTOM_BROWSER - throw new PassportException("When 'IMMUTABLE_CUSTOM_BROWSER' is defined in Scripting Define Symbols, " + + throw new PassportException("When 'IMMUTABLE_CUSTOM_BROWSER' is defined in Scripting Define Symbols, " + " 'windowsWebBrowserClient' must not be null."); #else _webBrowserClient = gameObject.AddComponent(); @@ -408,7 +410,7 @@ public async UniTask IsRegisteredOffchain() } /// - /// Gets the list of external wallets the user has linked to their Passport account via the + /// Gets the list of external wallets the user has linked to their Passport account via the /// Dashboard. /// /// Linked addresses @@ -533,7 +535,7 @@ public void ClearCache(bool includeDiskFiles) } /// - /// Clears all the underlying WebView storage currently being used by the JavaScript storage APIs. + /// Clears all the underlying WebView storage currently being used by the JavaScript storage APIs. /// This includes Web SQL Database and the HTML5 Web Storage APIs. /// /// @@ -664,7 +666,7 @@ private void DisposeAll() } #endif - // Unsubscribe from Passport authentication events + // Unsubscribe from Passport authentication events // and dispose of the Passport implementation if (_passportImpl != null) {