Skip to content

Commit

Permalink
ephemeral data storage
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmasken committed Jun 22, 2024
1 parent 6699df9 commit 18b65f9
Show file tree
Hide file tree
Showing 62 changed files with 29 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .dfx/network/local/ic-https-outcalls-adapter-pid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
286
11405
2 changes: 1 addition & 1 deletion .dfx/network/local/icx-proxy-pid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
382
11696
2 changes: 1 addition & 1 deletion .dfx/network/local/replica-configuration/replica-1.port
Original file line number Diff line number Diff line change
@@ -1 +1 @@
32823
36085
2 changes: 1 addition & 1 deletion .dfx/network/local/replica-configuration/replica-pid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
293
11412
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,11 @@ service: (asset_canister_args: opt AssetCanisterArgs) -> {
 ���f<8�ow��x6k���4�bzX��[��7
K
supported_certificate_versions)1,2 �Իbؗ�ь;Z�FATb��'��_�M�'�&��2 <�����q3����L������]>Ք�~�l�08Z
x���� �Dz�P� �|`�d%ƍ�ln��( ��ޖ������
x���� �Dz�P� �|`�d%ƍ�ln��( �������

��
�V� �1Kdz��u�1��Bԃ�XOLO���h����
��������������
�V� �1Kdz��u�1��Bԃ�XOLO��'b����
��������������
����� 耣7�
�����
K�������"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
�.(� :��
�;(� :��
���
а�
ɋ�
Ћ�
��@
��ԹI"
׾ԹI"
<ic-cdk internal> timer_executor
acknowledge_entries
add
Expand Down Expand Up @@ -39,7 +39,7 @@ $authn_method_registration_mode_enter%
remove
replace
update
verify_tentative_deviceget_anchor_credentialsget_delegation get_id_aliasget_principal http_requestidentity_authn_infolookupstats �*ż
verify_tentative_deviceget_anchor_credentialsget_delegation get_id_aliasget_principal http_requestidentity_authn_infolookupstats �*ż
O
candid:args@(opt InternetIdentityInit) �����Q&1��)�������p��Y���~
��
Expand Down Expand Up @@ -673,12 +673,13 @@ service : (opt InternetIdentityInit) -> {
K
supported_certificate_versions)1,2 �Իbؗ�ь;Z�FATb��'��_�M�'�&��2 #W�"�E%���>E�R�
*�İNJ�[�y8Z
.x���D� �;g�_Ls-^K�ג��v��E ��^�s���ĝ������
;x#���W� ���
�6Փ�^�ǏE��%����u�K���˟������

��
�V� �1Kdz��u�1��Bԃ�XOLO����^�����
������������ː����E� ����
��ƈ� ���b�ԭ �
�V� �1Kdz��u�1��Bԃ�XOLO��~2>�����
������������������X� ����
��͈� ���b���)�
�����
K��֬����"

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/AuthGuard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (isReady.value === false) {
if (isAuthenticated.value === false) {
router.push("/auth");
} else {
router.push("/setup-account");
router.push("/home/dashboard");
}
}
</script>
Expand Down
18 changes: 13 additions & 5 deletions frontend/SetupAccount.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
<script setup>
import { useAuthStore } from "./store/auth";
import { ref ,watchEffect, watch} from "vue";
const authStore = useAuthStore();
let name = ref("");
const registrationData = {
first_name: "",
last_name: "",
email_address: "",
phone_number: "",
};
//const whoamiActor = authStore.whoamiActor
watchEffect(async () => {
const identity = await authStore.whoamiActor?.whoami();
name.value = identity;
});
const logout = () => {
// router.push("/auth")
authStore.logout();
Expand All @@ -24,7 +33,7 @@ const logout = () => {
>
<div class="flex items-center justify-between self-stretch px-6 pt-6">
<div class="flex gap-2">
<div class="text-md text-black">Signing up as</div>
<div class="text-md text-black">Signing up as {{ name }} to BitPochi</div>
<div
@click="logout()"
class="cursor-pointer text-subtitle-md text-black"
Expand Down Expand Up @@ -108,8 +117,7 @@ const logout = () => {
>
<path
d="M181.66,170.34a8,8,0,0,1,0,11.32l-48,48a8,8,0,0,1-11.32,0l-48-48a8,8,0,0,1,11.32-11.32L128,212.69l42.34-42.35A8,8,0,0,1,181.66,170.34Zm-96-84.68L128,43.31l42.34,42.35a8,8,0,0,0,11.32-11.32l-48-48a8,8,0,0,0-11.32,0l-48,48A8,8,0,0,0,85.66,85.66Z"
></path></svg
></span>
></path></svg></span>
</div>
</button>
<select
Expand All @@ -132,7 +140,7 @@ const logout = () => {
<button
class="flex items-center justify-center gap-2 rounded-lg bg-clip-border duration-75 ease-out bg-accent text-white enabled:hover:opacity-80 text-subtitle-lg px-5 h-12"
data-tooltip-id="continue"
type="submit"
type="button"
>
Continue
</button>
Expand Down

0 comments on commit 18b65f9

Please sign in to comment.