mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 18:56:49 +00:00
Logged out text on Accounts overview
This commit is contained in:
parent
839d1a73e1
commit
a70351d224
@ -127,7 +127,7 @@ class AccountsOverview extends Loggable {
|
||||
}
|
||||
|
||||
def loggedOutSnippet = {
|
||||
".accountList" #> SHtml.span(Text("You don't have access to any authorised account"), Noop,("id","accountsMsg"))
|
||||
".accountList" #> SHtml.span(Text("You are logged out. No authorised accounts available."), Noop,("id","accountsMsg"))
|
||||
}
|
||||
|
||||
if(OAuthClient.loggedIn) loggedInSnippet
|
||||
@ -161,7 +161,7 @@ class AccountsOverview extends Loggable {
|
||||
}
|
||||
}
|
||||
def loggedOutSnippet = {
|
||||
".accountList" #> SHtml.span(Text("You don't have access to any authorised account"), Noop,("id","accountsMsg"))
|
||||
".accountList" #> SHtml.span(Text("You are logged out. No authorised accounts available."), Noop,("id","accountsMsg"))
|
||||
}
|
||||
|
||||
if(OAuthClient.loggedIn) loggedInSnippet
|
||||
|
||||
Loading…
Reference in New Issue
Block a user