277612f4ff
A row in the new `user_settings` table does not always exist for a user, even if they have been around for a while. Since `user_settings` is now what defines the state of a user's onboarding flow, prior to this fix, even old users would receive the onboarding flow again. This change appropriately updates `user_settings` for users who already have projects, and thus have already gone through the onboarding flow. A brand new user will still be navigated to the beginning of onboarding. Change-Id: Ie745d280f6b8094ec60c200c2dca8d018d51f7d1 |
||
---|---|---|
.. | ||
consoleapi | ||
consoleql | ||
consolewebauth | ||
config.go | ||
endpoints_test.go | ||
server_test.go | ||
server.go | ||
utils_test.go | ||
utils.go |