This commit is contained in:
@@ -121,7 +121,10 @@ trial / seeder system
|
|||||||
complexity is a fucker though so keep in mind too convoluted = a lot more work on our behalf so keep it simple as possible
|
complexity is a fucker though so keep in mind too convoluted = a lot more work on our behalf so keep it simple as possible
|
||||||
ShareIt Purchasing pages on our site for raven
|
ShareIt Purchasing pages on our site for raven
|
||||||
we might go with other vendors in future keep in mind
|
we might go with other vendors in future keep in mind
|
||||||
also accepting crypto??
|
also accepting crypto?? (then fuck shareit in that case we don't need a middle man)
|
||||||
|
Export restrictions??
|
||||||
|
Since it's all open source now, are there still export restrictions??
|
||||||
|
canad ones maybe that apply to us?
|
||||||
Legacy area for v7 on release and new area for raven
|
Legacy area for v7 on release and new area for raven
|
||||||
forum for support squared away
|
forum for support squared away
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,11 @@
|
|||||||
</v-card-subtitle>
|
</v-card-subtitle>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<div class="text-center my-10">
|
<div class="text-center my-10">
|
||||||
<img alt="Embedded QR Code" :src="qCode" />
|
<img
|
||||||
|
data-cy="qrCodeImage"
|
||||||
|
alt="Embedded QR Code"
|
||||||
|
:src="qCode"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
{{ $ay.t("AuthConnectAppManualEntry") }}
|
{{ $ay.t("AuthConnectAppManualEntry") }}
|
||||||
<span class="text-subtitle-2 ml-2">{{ obj.s }}</span>
|
<span class="text-subtitle-2 ml-2">{{ obj.s }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user