do not show boarding flow yet
This commit is contained in:
parent
c21ce45d70
commit
75fcd88f73
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue