Commit e93e0ca
refactor(auth): simplify biometric error types
Remove redundant error cases from BiometricError and BiometricUnavailableReason:
- Remove notEnabled from BiometricError (handled differently)
- Remove biometryNotEnrolled, biometryLockout, other from BiometricUnavailableReason
(these are covered by notAvailable or other error paths)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 96c9e52 commit e93e0ca
1 file changed
Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
97 | | - | |
98 | | - | |
99 | 94 | | |
100 | 95 | | |
101 | 96 | | |
| |||
105 | 100 | | |
106 | 101 | | |
107 | 102 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 103 | | |
115 | 104 | | |
116 | 105 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 106 | | |
121 | 107 | | |
122 | 108 | | |
123 | 109 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 110 | | |
129 | 111 | | |
130 | | - | |
131 | | - | |
132 | 112 | | |
133 | 113 | | |
134 | 114 | | |
| |||
0 commit comments