action property
String
get
action
If value is 'register' then user is redirected to registration page,
otherwise to login page.
Implementation
external String get action;
set
action
(String v)
Implementation
external set action(String v);