Create AuthCheckArguments andf add it to / route
This commit is contained in:
parent
1fb3fcb1e6
commit
02e894d00b
2 changed files with 15 additions and 9 deletions
|
|
@ -159,3 +159,13 @@ class ClaimStatementGenerationArguments {
|
|||
this.sig_path,
|
||||
);
|
||||
}
|
||||
|
||||
class AuthArguments {
|
||||
final bool personalSelected;
|
||||
final bool firstBoot;
|
||||
|
||||
AuthArguments(
|
||||
this.personalSelected,
|
||||
this.firstBoot,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue