mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove code for unused welcome flows
Summary: Removes code that was marked for removal. Test Plan: Existing tests still pass. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3289
This commit is contained in:
@@ -428,9 +428,7 @@ export class HomeDBManager extends EventEmitter {
|
||||
needsSave = true;
|
||||
// If we are turning off the isFirstTimeUser flag, then right
|
||||
// after this transaction commits is a great time to trigger
|
||||
// any automation for first logins - the user has logged in
|
||||
// and gone through the welcome process (so they've had a
|
||||
// chance to set a name)
|
||||
// any automation for first logins
|
||||
if (!props.isFirstTimeUser) { isWelcomed = true; }
|
||||
}
|
||||
if (needsSave) {
|
||||
|
||||
Reference in New Issue
Block a user