Merge branch 'main' of github.com:standardnotes/app

This commit is contained in:
Aman Harwara
2023-01-05 01:23:24 +05:30
45 changed files with 214 additions and 73 deletions

View File

@@ -89,7 +89,7 @@ const ApplicationView: FunctionComponent<Props> = ({ application, mainApplicatio
return
}
void application.sessions.populateSessionFromDemoShareToken(token)
void application.user.populateSessionFromDemoShareToken(token)
}, [application])
const onAppLaunch = useCallback(() => {