mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-210: Add redirect message. Refactor to use minification and pre-cached templates.
This commit is contained in:
@@ -9,10 +9,20 @@
|
||||
"org.apache.guacamole.auth.openid.OpenIDAuthenticationProvider"
|
||||
],
|
||||
|
||||
"translations" : [
|
||||
"translations/en.json"
|
||||
],
|
||||
|
||||
"js" : [
|
||||
"openidModule.js",
|
||||
"openidController.js",
|
||||
"openidConfig.js"
|
||||
]
|
||||
"openid.min.js"
|
||||
],
|
||||
|
||||
"css" : [
|
||||
"openid.min.css"
|
||||
],
|
||||
|
||||
"resources" : {
|
||||
"templates/openidTokenField.html" : "text/html"
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user