<?php
namespace Misuzu;
use Misuzu\Users\User;
if(!User::hasCurrent()) {
echo render_error(401);
return;
}
url_redirect('settings-account');