8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
#load "../../lib/app.uce"
|
|
|
|
COMPONENT(Request& context)
|
|
{
|
|
StarterUser(context).logout();
|
|
redirect(app_link("account/login", context));
|
|
}
|