feat: add TypeScript definitions for next-auth session with accessToken and user details
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -521,5 +521,5 @@
|
||||
"logoutAction": "Log out",
|
||||
"adminAiDescription": "Overview of AI features exposed by the backend.",
|
||||
"adminPagePrefix": "Page: ",
|
||||
"profileDatabaseDescription": "The database tab covers the same main areas as in recipe-frontend."
|
||||
"profileDatabaseDescription": "The database tab covers your main areas for inventory and products."
|
||||
}
|
||||
@@ -521,5 +521,5 @@
|
||||
"logoutAction": "Logga ut",
|
||||
"adminAiDescription": "Översikt över AI-funktioner som backend exponerar.",
|
||||
"adminPagePrefix": "Sida: ",
|
||||
"profileDatabaseDescription": "Databasfliken samlar samma huvudområden som i recipe-frontend."
|
||||
"profileDatabaseDescription": "Databasfliken samlar dina huvudområden för lager och produkter."
|
||||
}
|
||||
@@ -1859,7 +1859,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @profileDatabaseDescription.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'The database tab covers the same main areas as in recipe-frontend.'**
|
||||
/// **'The database tab covers your main areas for inventory and products.'**
|
||||
String get profileDatabaseDescription;
|
||||
}
|
||||
|
||||
|
||||
@@ -1016,5 +1016,5 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get profileDatabaseDescription =>
|
||||
'The database tab covers the same main areas as in recipe-frontend.';
|
||||
'The database tab covers your main areas for inventory and products.';
|
||||
}
|
||||
|
||||
@@ -1019,5 +1019,5 @@ class AppLocalizationsSv extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get profileDatabaseDescription =>
|
||||
'Databasfliken samlar samma huvudområden som i recipe-frontend.';
|
||||
'Databasfliken samlar dina huvudområden för lager och produkter.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user