- login directly into the client when a user successfully enters a passsword
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1564 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
b5d300e992
commit
4b11be9518
@ -111,7 +111,10 @@ class PublicScheduledSessionController {
|
||||
}
|
||||
|
||||
log.debug "Displaying session information"
|
||||
redirect(action:show)
|
||||
//redirect(action:show)
|
||||
def config = ConfigurationHolder.config
|
||||
def hostUrl = config.bigbluebutton.web.serverURL
|
||||
redirect(url:"${hostUrl}/client/BigBlueButton.html")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user