do not show boarding flow yet
This commit is contained in:
parent
c21ce45d70
commit
75fcd88f73
@ -48,7 +48,8 @@ function currentTeam()
|
||||
|
||||
function showBoarding(): bool
|
||||
{
|
||||
return currentTeam()->show_boarding ?? false;
|
||||
return false;
|
||||
// return currentTeam()->show_boarding ?? false;
|
||||
}
|
||||
function refreshSession(): void
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user