We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de83bb4 commit e0c60ebCopy full SHA for e0c60eb
apps/mobile/lib/screens/identification.dart
@@ -48,7 +48,7 @@ class IdentificationScreen extends StatelessWidget {
48
'- 본인인증을 통해 연령제한 콘텐츠를 이용할 수 있어요.\n',
49
style: TextStyle(fontSize: 12, color: BrandColors.gray_500),
50
),
51
- if (identified) ...[
+ if (identified && Jiffy.parse(data.me!.personalIdentity!.expiresAt!.value).isAfter(Jiffy.now())) ...[
52
const Gap(24),
53
Container(
54
width: double.infinity,
0 commit comments