mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-25 02:54:11 +00:00
refactor: reorder arguments in web ui
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
export interface LoginRequest {
|
||||
username: string;
|
||||
password: string;
|
||||
username: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user