Skip to content

Commit

Permalink
fix: 🐛 Add personal identity number to test user
Browse files Browse the repository at this point in the history
  • Loading branch information
whyer committed Sep 23, 2021
1 parent e54ed25 commit f977143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fakeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,7 @@ const data: any = {
}

export const user = (): User => ({
personalNumber: '195001182046', // Test personal number from Skatteverket
firstName: 'Namn',
lastName: 'Namnsson',
isAuthenticated: true
Expand Down

0 comments on commit f977143

Please sign in to comment.