This commit is contained in:
Overtorment 2021-08-24 12:26:33 +01:00
parent bde1321690
commit c0b2ebfd6c
No known key found for this signature in database
GPG key ID: AB15F43F78CCBC06

View file

@ -215,7 +215,7 @@ const About = () => {
<TouchableOpacity
accessibilityRole="button"
onPress={() => {
const stringToCopy = 'user.id:' + getUniqueId();
const stringToCopy = 'userId:' + getUniqueId();
Bugsnag.notify(new Error('copied unique id'));
Clipboard.setString(stringToCopy);
}}