You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove spinner display in popup during temp user creation
Eliminated the spinner shown when creating a temporary user in popup mode and removed the corresponding hideSpinner call. This streamlines the user experience during account setup.
Copy file name to clipboardExpand all lines: src/gui/src/initgui.js
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -997,10 +997,6 @@ window.initgui = async function (options) {
997
997
constcreateTempUser=(turnstileToken)=>{
998
998
// if this is a popup, show a spinner
999
999
letspinner_init_ts=Date.now();
1000
-
if(window.embedded_in_popup){
1001
-
puter.ui.showSpinner('<span style="-webkit-font-smoothing: antialiased;">Setting up your <a href="https://puter.com" target="_blank">Puter.com</a> account for secure AI and Cloud features</span>');
1002
-
}
1003
-
1004
1000
constrequestData={
1005
1001
referrer: referrer,
1006
1002
referral_code: window.referral_code,
@@ -1074,7 +1070,6 @@ window.initgui = async function (options) {
0 commit comments