From 6f1023d47385acd52755eb804cea4b05a08783af Mon Sep 17 00:00:00 2001 From: Nik Ho Date: Wed, 13 Aug 2025 17:09:01 +1200 Subject: [PATCH] test: test message --- .../Passport/Runtime/Scripts/Public/Passport.cs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs b/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs index 83fc4e27..0d32ce9a 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) {