mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 22:07:55 -06:00
feat: More resturcturings, adapt code to previous changes
This commit is contained in:
@@ -22,7 +22,7 @@ class SettingsPage extends StatelessWidget {
|
||||
final host = user!.serverUrl.replaceFirst(RegExp(r"https?://"), "");
|
||||
return ListTile(
|
||||
title: Text(
|
||||
S.of(context)!.loggedInAs(user.username) + "@$host",
|
||||
S.of(context)!.loggedInAs(user.paperlessUser.username) + "@$host",
|
||||
style: Theme.of(context).textTheme.labelSmall,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user