action property

String action

If value is 'register' then user is redirected to registration page, otherwise to login page.

Implementation

external String get action;
void action=(String v)

Implementation

external set action(String v);