forked from jsnbuchanan/crowd-funder-for-time-pwa
shrink the contents of the QR code so people can scan it
This commit is contained in:
@@ -44,8 +44,7 @@ export default class TopMessage extends Vue {
|
||||
settings.apiServer === AppString.PROD_ENDORSER_API_SERVER
|
||||
) {
|
||||
const didPrefix = settings.activeDid?.slice(11, 15);
|
||||
this.message =
|
||||
"You are using prod, user " + didPrefix;
|
||||
this.message = "You are using prod, user " + didPrefix;
|
||||
}
|
||||
} catch (err: unknown) {
|
||||
this.$notify(
|
||||
|
||||
Reference in New Issue
Block a user