explorer private beta fix

mithrilmaster
Thibault Duplessis 2016-02-20 12:51:05 +07:00
parent cf56695093
commit 8d9c1cd207
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ i18n: @round.jsI18n(),
userId: @Html(ctx.userId.fold("null")(id => s""""$id"""")),
explorer: {
endpoint: "@explorerEndpoint",
authorized: true @*@isGranted(_.Beta)*@
authorized: @isGranted(_.Beta)
}
};
}

View File

@ -40,7 +40,7 @@ trans.playWithAFriend
))),
explorer: {
endpoint: "@explorerEndpoint",
authorized: true @*@isGranted(_.Beta)*@
authorized: @isGranted(_.Beta)
}
};
}