@@ -5,8 +5,5 @@ import (
)
func (this *Action) Action_signin() {
- action := this.wrapper.R.FormValue("action")
- this.write(fmt.Sprintf(`
- ModalShowMsg('Login Action', 'Hello from web server (%s)');
- `, action))
+ this.msg_success(`Hello from web server`)
}