···12 goto('/' + getHandleOrDid(user.profile) + '/edit', {});
13 }
1415- if(!user.isInitializing && !startedErrorTimer) {
16 startedErrorTimer = true;
1718 setTimeout(() => {
···30 >There was an error signing you in, please go back to the
31 <a class="text-accent-600 dark:text-accent-400" href="/">homepage</a>
32 and try again.
33-34 </span>
35 </div>
36{/if}
···12 goto('/' + getHandleOrDid(user.profile) + '/edit', {});
13 }
1415+ if (!user.isInitializing && !startedErrorTimer) {
16 startedErrorTimer = true;
1718 setTimeout(() => {
···30 >There was an error signing you in, please go back to the
31 <a class="text-accent-600 dark:text-accent-400" href="/">homepage</a>
32 and try again.
033 </span>
34 </div>
35{/if}