add: user account switcher
This commit is contained in:
parent
48e0b02198
commit
20aae5570b
13 changed files with 172 additions and 34 deletions
|
@ -109,7 +109,7 @@ pub struct LangFileQuery {
|
|||
pub id: String,
|
||||
}
|
||||
|
||||
/// Set the current language
|
||||
/// Set the current language.
|
||||
pub async fn set_langfile_request(Query(props): Query<LangFileQuery>) -> impl IntoResponse {
|
||||
(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue