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:
@@ -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