UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
casino
/
errorpages
/
loginError.ts
9 lines
(7 loc)
•
196 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
interface
Templates
{
force_login_error
:
Template
; }
Template
.
force_login_error
.
destroyed
=
function
(
) {
Session
.
set
(
'splashTemplate'
,
undefined
);
Session
.
set
(
'splashMessage'
,
undefined
); };